IConfigurationProvider Interface Members
The following tables list the members exposed by IConfigurationProvider.
Public Properties
Name | Description | |
---|---|---|
![]() | CanCreateValue | Can create value |
![]() | CreationSource | Who created this provider |
![]() | DisplayName | Display Name |
![]() | Groups | Groups |
![]() | Name | Name |
Public Methods
Name | Description | |
---|---|---|
![]() | FindGroup | Searches for a group |
![]() | GetCollection<T> | Get a collection of configurations by name |
![]() | GetConfigurationForDisplay | Get configuration for display |
![]() | GetConfigurationValue | Get configuration value |
![]() | GetEnumMembers | Gen enumeration members |
![]() | GetUntypedValue | Get untyped value |
![]() | HasConfiguration | Query if configuration known |
![]() | SetFromString | Set configuration from string |
See Also