IConfigurationProviderBase Interface Methods
For a list of all members of this type, see IConfigurationProviderBase members.
Public Methods
Name | Description | |
---|---|---|
CopyFrom | Copy configuration from another provider | |
FindGroup | Searches for a group (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
Get<T> | Get configuration value from name | |
GetAllConfigurationValues | Get all configuration values known by the provider. | |
GetCollection<T> | Get a collection of configurations by name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
GetConfiguration<T> | Get Configuration by name | |
GetConfigurationForDisplay | Get configuration for display (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
GetConfigurationValue | Get configuration value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
GetDisplayValue<T> | Get value for display | |
GetEnumMembers | Gen enumeration members (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
GetUntypedValue | Get untyped value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
HasConfiguration | Query if configuration known (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
RemoveConfiguration | Remove configuration | |
Save | Save any outstanding changes | |
Set<T> | Set configuration by name and value | |
SetFromString | Set configuration from string (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) | |
SetValueFromString<T> | Set value from string |
See Also