Configuration<T> Class
Configuration
Syntax
[DebuggerDisplay("{DebuggerDisplay,nq}")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public abstract class Configuration<T> : IConfiguration<T>, IConfigurationBase
[DebuggerDisplay("{DebuggerDisplay,nq}")] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] generic<typename T> public ref class Configuration abstract : public IConfiguration<T>, IConfigurationBase
Type Parameters
- T
Inheritance Hierarchy
System.Object
Aveva.ApplicationFramework.Configuration<T>
Aveva.ApplicationFramework.EnvironmentVariableConfiguration<T>
Aveva.ApplicationFramework.TextFileConfiguration<T>
Aveva.ApplicationFramework.XmlConfiguration<T>
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also