ConfigurationCollection<T> Class Members
The following tables list the members exposed by ConfigurationCollection<T>.
Public Constructors
Name | Description | |
---|---|---|
![]() | ConfigurationCollection<T> Constructor | Constructor. |
Public Properties
Name | Description | |
---|---|---|
![]() | Configurations | Configurations in this group |
![]() | FullyQualifiedKey | FullyQualifiedKey |
![]() | Groups | Child groups |
![]() | Name | configurationGroup Name property |
![]() | SubKey | SubKey |
Public Methods
Name | Description | |
---|---|---|
![]() | AddConfiguration | Add configuration |
![]() | AddGroup | Add child group |
![]() | GroupByFullKey | Return group by fullkey |
![]() | GroupsBySubKey | Returns all groups with matching subkey |
![]() | ValueByFullKey | Return value by fullkey |
![]() | ValuesBySubKey | Returns all values with matching subkey |
See Also