IConfigurationManagerConsumer Interface Members
The following tables list the members exposed by IConfigurationManagerConsumer.
Public Properties
Name | Description | |
---|---|---|
![]() | Caching | caching enabled |
![]() | CanCreateValue | Can create value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | CreationSource | Who created this provider (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | CurrentSetProvider | Current Set |
![]() | DisplayName | Display Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Groups | Groups (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Name | Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Providers | Providers (read-only) |
Public Methods
Name | Description | |
---|---|---|
![]() | AddCustomAction | Add a custom action |
![]() | AddGroup | Add a root configurationGroup to configuration manager |
![]() | AddLinkedProviders<TS> | Add linked providers |
![]() | AddProvider<TS> | Add provider |
![]() | CanSetValue | Can set value for this key i.e. is there a provider for this key |
![]() | DoAllCustomActions | Execute any custom actions |
![]() | FindGroup | Searches for a group (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Get | Overloaded. Get configuration by name |
![]() | GetAsString | get configuration value as string |
![]() | GetBoolean | Overloaded. Get Boolean setting by name |
![]() | GetCollection<T> | Get a collection of configurations by name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | GetConfigurationForDisplay | Get configuration for display (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | GetConfigurationValue | Get configuration value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | GetDouble | Overloaded. Get double setting by name |
![]() | GetEnumMembers | Gen enumeration members (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | GetInteger | Overloaded. Get integer setting by name |
![]() | GetNamedProvider | Get Named Provider |
![]() | GetProvider | Get provider for key |
![]() | GetString | Overloaded. Get string setting by name |
![]() | GetTrail<T> | Get Trail |
![]() | GetUntypedValue | Get untyped value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | GetValueType | |
![]() | HasConfiguration | Query if configuration known (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | LoadCustomProviders | Load custom providers from file |
![]() | RemoveConfiguration | Remove configuration |
![]() | RemoveProvider | Remove provider |
![]() | Set<T> | Set value |
![]() | SetFromString | Set configuration from string (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
See Also