AVEVA CAF API Documenation
Properties  Methods 


Aveva.ApplicationFramework Namespace : ConfigurationConstituents Class
ConfigurationConstituents Class Members

The following tables list the members exposed by ConfigurationConstituents.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property The full Group name, e.g. Aaa/Bbb  
Public Property The fully qualified Configuration key name (groups and key name), e.g. Aaa/Bbb/Ccc  
Public Property A list of the groups present in @FullGroupName, e.g. {Aaa, Bbb}  
Public Property The Configuration key Name, e.g. Ccc, will be empty for groups only  
Public Property Gets the parent key.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) Split a fully qualified key into groups and key. E.g. Split Aaa/Bbb/Ccc or /Aaa/Bbb/Ccc into Aaa/Bbb and Ccc, or Aaa into "" and Aaa  
Public Methodstatic (Shared in Visual Basic) Trim leading separators from a string  
Top
See Also