IConfigurationProviderBase Interface Members
The following tables list the members exposed by IConfigurationProviderBase.
Public Properties
Name | Description | |
---|---|---|
![]() | Active | Is provider active |
![]() | CanCreateValue | Can create value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Configurations | Return all configurations |
![]() | CreationSource | Who created this provider (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | DisplayName | Display Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | DisplaySource | Display friendly representation of source |
![]() | FeedsToProvider | Provider to upgrade to |
![]() | Groups | Groups (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Manager | Manager for this provider |
![]() | Name | Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider) |
![]() | Precedence | Precedence |
![]() | ProviderType | ProviderType |
![]() | SupportsOverride | Supports changing override status |
![]() | UserSet | User set |
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 |
Public Events
Name | Description | |
---|---|---|
![]() | AddConfigurationEvent | Raised when a new Configuration is added to provider |
![]() | RemoveConfigurationEvent | Raised when a new Configuration is removed to provider |
See Also