Interface IMetricViewObject
- Assembly
- SemanticBridge.dll
Universal contract for all MetricView domain objects, root and children alike. Used for type safety and identification in public API.
public interface IMetricViewObject
- Extension Methods
Properties
Path
string Path { get; }
Property Value
| Type | Description |
|---|---|
| string |
View
The root View of the object graph this object belongs to. The View itself returns the same instance, so any object can be walked up to the root without pattern matching.
View View { get; }
Property Value
| Type | Description |
|---|---|
| View |