TextFileConfigurationProvider Class Members
The following tables list the members exposed by TextFileConfigurationProvider.
Public Constructors
Name | Description | |
---|---|---|
TextFileConfigurationProvider Constructor | Constructor |
Public Fields
Name | Description | |
---|---|---|
CreateIfMissing | CreateIfMissing (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) |
Protected Fields
Name | Description | |
---|---|---|
AutoPrefix | Auto qualifier prefix (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
GroupNames | Group Names (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) |
Public Properties
Top
Public Methods
Top
Protected Methods
Name | Description | |
---|---|---|
AddGroupIfRequired | Adds a group if required. (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
AddGroupsIfRequired | Add Groups from key if required. (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
ConfigurationExists | Check if configuration exists (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
GetValue<T> | Get Value by name (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
ProcessLine | Overridden. Process a line. | |
SafeName | Safe name (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
SetValue<T> | Set Value (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
ValueAsString<T> | Overridden. Value as string. |
Public Events
Name | Description | |
---|---|---|
AddConfigurationEvent | Update event handler raised when configuration added to provider (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) | |
RemoveConfigurationEvent | Update event handler when configuration removed from provider (Inherited from Aveva.ApplicationFramework.BaseConfigurationProvider<TS>) |
See Also