ConfigurationConstituents Class Members
The following tables list the members exposed by ConfigurationConstituents.
Public Constructors
Name | Description | |
---|---|---|
![]() | ConfigurationConstituents Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | FullGroupName | The full Group name, e.g. Aaa/Bbb |
![]() | FullyQualifiedKeyName | The fully qualified Configuration key name (groups and key name), e.g. Aaa/Bbb/Ccc |
![]() | Groups | A list of the groups present in @FullGroupName, e.g. {Aaa, Bbb} |
![]() | KeyName | The Configuration key Name, e.g. Ccc, will be empty for groups only |
![]() | ParentKey | Gets the parent key. |
Public Methods
Name | Description | |
---|---|---|
![]() ![]() | SplitFullyQualified | 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 |
![]() ![]() | TrimLeadingSeparators | Trim leading separators from a string |
See Also