TextFileConfigurationProvider Class Methods
For a list of all members of this type, see TextFileConfigurationProvider members.
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. |
See Also