Interface IFullyQualifiable
Al classes that represent oobjects that are part of a hierarchical data structure where the position in the hierarchy is specified by its Fully Qualified Name.
Namespace: Quantellia.WMServer.DecisionModeler
Assembly: WMServer.dll
Syntax
public interface IFullyQualifiable
Properties
FullyQualifiedName
THe fully qualified name of the element.
Declaration
string FullyQualifiedName { get; }
Property Value
Type | Description |
---|---|
string |
Parent
Reference to the parent element's ID.
Declaration
IFullyQualifiable? Parent { get; }
Property Value
Type | Description |
---|---|
IFullyQualifiable |