<PackageReference Include="Relativity.Other" Version="10.1.147.11" />

ViewFieldInfo

public class ViewFieldInfo
public enum ColumnSourceType

protected string _allowFieldName

protected bool _allowHtml

protected int _artifactTypeID

protected string _artifactTypeTableName

protected string _avfColumnName

protected string _avfHeaderName

protected int _avfId

protected string _connectorFieldName

protected string _dataSource

protected string _displayName

protected bool _enableDataGrid

protected int _fieldArtifactId

protected int _fieldCodeTypeID

protected string _formatString

protected bool _isLinked

protected bool _isUnicodeEnabled

protected string _parentFileFieldDisplayName

protected string _relationalTableColumnName

protected string _relationalTableColumnName2

protected string _relationalTableName

protected int _sourceFieldArtifactID

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 string ConnectorFieldName { get; protected set; }

public virtual string DataSource { get; protected set; }

public string DisplayName { get; protected set; }

public 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, string avfName)

public ViewFieldInfo()

public ViewFieldInfo(string avfColumnName, string dataSource, FieldType fieldType)

public void SetArtifactTypeTableName(string artifactTypeTableName)

public void SetAssociativeArtifactTypeID(int associativeArtifactTypeID)

public void SetDataSource(string dataSource)