Show / Hide Table of Contents

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
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE