AVEVA CAF API Documenation
Members 

Aveva.ApplicationFramework Namespace : TextFileConfiguration<T> Class
Generic type parameter.
TextFileConfiguration<T> Class
Text File ConfiguarationSetting.
Syntax
[DebuggerDisplay("{DebuggerDisplay,nq}")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
public class TextFileConfiguration<T> : Configuration<T>, IConfiguration<T>, IConfigurationBase, ITextFileConfiguration  
[DebuggerDisplay("{DebuggerDisplay,nq}")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
generic<typename T>
public ref class TextFileConfiguration : public Configuration<T>, IConfiguration<T>, IConfigurationBase, ITextFileConfiguration  
Type Parameters
T
Generic type parameter.
Inheritance Hierarchy

System.Object
   Aveva.ApplicationFramework.Configuration<T>
      Aveva.ApplicationFramework.TextFileConfiguration<T>

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also