ViewFieldInfo public class ViewFieldInfo Documentation public enum ColumnSourceType protected string _allowFieldName protected bool _allowHtml protected int _artifactTypeID protected string _artifactTypeTableName protected int _associativeArtifactTypeID protected string _avfColumnName protected string _avfHeaderName protected int _avfId protected FieldCategory _category protected ColumnSourceType _columnSource protected int _connectorFieldArtifactID protected FieldCategory _connectorFieldCategory protected string _connectorFieldName protected string _dataSource protected string _displayName protected bool _enableDataGrid protected int _fieldArtifactId protected int _fieldCodeTypeID protected bool _fieldIsArtifactBaseField protected FieldType _fieldType protected string _formatString protected bool _isLinked protected bool _isUnicodeEnabled protected bool _isVirtualAssociativeArtifactType protected int _parentFileFieldArtifactID protected string _parentFileFieldDisplayName protected ParentReflectionType _parentReflectionType protected string _reflectedConnectorIdentifierColumnName protected string _reflectedFieldArtifactTypeTableName protected string _reflectedFieldConnectorFieldName protected string _reflectedFieldIdentifierColumnName protected string _relationalTableColumnName protected string _relationalTableColumnName2 protected string _relationalTableName protected int _sourceFieldArtifactID protected int _sourceFieldArtifactTypeID protected string _sourceFieldArtifactTypeTableName protected string _sourceFieldName public string AllowFieldName { get; protected set; } public virtual bool AllowHtml { get; protected set; } public int ArtifactTypeID { get; protected set; } public string ArtifactTypeTableName { get; protected set; } public int AssociativeArtifactTypeID { get; protected set; } public string AvfColumnName { get; protected set; } public string AvfHeaderName { get; protected set; } public virtual int AvfId { get; protected set; } public virtual FieldCategory Category { get; protected set; } public ColumnSourceType ColumnSource { get; protected set; } public int ConnectorFieldArtifactID { get; protected set; } public FieldCategory ConnectorFieldCategory { get; } public string ConnectorFieldName { get; protected set; } public virtual string DataSource { get; protected set; } public string DisplayName { get; protected set; } public virtual bool EnableDataGrid { get; protected set; } public int FieldArtifactId { get; protected set; } public int FieldCodeTypeID { get; protected set; } public virtual bool FieldIsArtifactBaseField { get; protected set; } public virtual FieldType FieldType { get; protected set; } public virtual string FormatString { get; protected set; } public bool IsCodeOrMulticodeField { get; } public bool IsLinked { get; protected set; } public bool IsMultiValueField { get; } public virtual bool IsUnicodeEnabled { get; protected set; } public bool IsVirtualAssociativeArtifactType { get; protected set; } public int ParentFileFieldArtifactID { get; protected set; } public string ParentFileFieldDisplayName { get; protected set; } public ParentReflectionType ParentReflectionType { get; protected set; } public string ReflectedConnectorIdentifierColumnName { get; protected set; } public string ReflectedFieldArtifactTypeTableName { get; protected set; } public string ReflectedFieldConnectorFieldName { get; protected set; } public string ReflectedFieldIdentifierColumnName { get; protected set; } public string RelationalTableColumnName { get; protected set; } public string RelationalTableColumnName2 { get; protected set; } public string RelationalTableName { get; protected set; } public int SourceFieldArtifactID { get; protected set; } public int SourceFieldArtifactTypeID { get; protected set; } public string SourceFieldArtifactTypeTableName { get; } public virtual string SourceFieldName { get; protected set; } public ViewFieldInfo(DataRow row) public ViewFieldInfo(ViewFieldInfo vfi) public ViewFieldInfo(ViewFieldInfo vfi, string avfName) public ViewFieldInfo() public ViewFieldInfo(string avfColumnName, string dataSource, FieldType fieldType) public ViewFieldInfo CloneWithNewArtifactTypeTableName(string artifactTypeTableName) public ViewFieldInfo CloneWithNewAssociativeArtifactTypeID(int associativeArtifactTypeID) public ViewFieldInfo CloneWithNewDataSource(string dataSource) protected virtual void CopyFromViewFieldInfo(ViewFieldInfo vfi)