Aveva.ApplicationFramework Namespace (Aveva.ApplicationFramework.Implementation)
Classes
Class | Description | |
---|---|---|
Application | Provides a static method for the initialization of the ApplicationFramework and static properties to access the AddinManager and SettingsManager services This class provides static properties which provide access to the services provided by the ApplicationFramework. The static constructor creates instances of the ServiceManager the AddinManager and the SettingsManager. The AddinManager and the SettingsManager are also added as services to the ServiceManager. An application based on the AVEVA Application Framework must call the static Initialise method of this class passing the application name as an argument. | |
ApplicationFrameworkApplication | Holds application data | |
ApplicationFrameworkApplication.FlagCollection | Storage for named Boolean settings | |
ApplicationFrameworkResolver | Hides ServiceManager and implements strong typing | |
ConfigurationManager | Base consumer class | |
ConfigurationManager.CacheValue<T> | ||
ConfigurationTypeMatch | Helper for guessing types in text files | |
DependencyContainer.DependencyManager | Manages dependencies | |
EnvironmentVariableConfiguration<T> | Environment Variable ConfiguarationSetting | |
EnvironmentVariableConfigurationProvider | Environment Variable configuration provider | |
LogToConsole | Console logger | |
ProviderFactory | Factory class for creating providers. | |
TextFileConfiguration<T> | Text File ConfiguarationSetting. | |
TextFileConfigurationProvider | Text File configuration provider | |
XmlConfiguration<T> | XML ConfiguarationSetting | |
XmlConfigurationMatches | Container class for XML matches | |
XmlConfigurationProvider | XML configuration provider | |
XmlConfigurationProvider.XmlFileValue | XML file value | |
XmlConfigurationProvider.XmlGroupConfig | ||
XmlMarineConfigurationProvider | Provider for marine xml format |
Interfaces
Interface | Description | |
---|---|---|
IEnvironmentVariableConfiguration | Environment Variable ConfiguarationSetting Interface | |
ITextFileConfiguration | Text File ConfiguarationSetting Interface. | |
IXmlConfiguration | XML ConfiguarationSetting Interface |
See Also