IConfigurationManagerConsumer Interface Methods
For a list of all members of this type, see IConfigurationManagerConsumer members.
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