AVEVA CAF API Documenation
Properties  Methods  Events

Aveva.ApplicationFramework Namespace : IConfigurationProviderBase Interface
IConfigurationProviderBase Interface Members

The following tables list the members exposed by IConfigurationProviderBase.

Public Properties
 NameDescription
 Property Is provider active  
 Property Can create value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Property Return all configurations  
 Property Who created this provider (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Property Display Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Property Display friendly representation of source  
 Property Provider to upgrade to  
 Property Groups (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Property Manager for this provider  
 Property Name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Property Precedence  
 Property ProviderType  
 Property Supports changing override status  
 Property User set  
Top
Public Methods
 NameDescription
 Method Copy configuration from another provider  
 Method Searches for a group (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Get configuration value from name  
 Method Get all configuration values known by the provider.  
 Method Get a collection of configurations by name (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Get Configuration by name  
 Method Get configuration for display (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Get configuration value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Get value for display  
 Method Gen enumeration members (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Get untyped value (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Query if configuration known (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Remove configuration  
 Method Save any outstanding changes  
 Method Set configuration by name and value  
 Method Set configuration from string (Inherited from Aveva.ApplicationFramework.IConfigurationProvider)
 Method Set value from string  
Top
Public Events
 NameDescription
 Event Raised when a new Configuration is added to provider  
 Event Raised when a new Configuration is removed to provider  
Top
See Also