Class ColumnInfo

Summary description for ColumnInfo.

Inheritance
System.Object
ColumnInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.MetaDataPlus.Import
Assembly: Mediachase.MetaDataPlus.dll
Version: 10.8.0
Syntax
public class ColumnInfo

Constructors

ColumnInfo()

Declaration
public ColumnInfo()

ColumnInfo(MetaField, FillType)

Declaration
public ColumnInfo(MetaField field, FillType fillType)
Parameters
Type Name Description
MetaField field
FillType fillType

ColumnInfo(MetaField, FillType, Boolean)

Declaration
public ColumnInfo(MetaField field, FillType fillType, bool isSystemDictionary)
Parameters
Type Name Description
MetaField field
FillType fillType
System.Boolean isSystemDictionary

Properties

Field

Declaration
public MetaField Field { get; }
Property Value
Type Description
MetaField

FieldFriendlyName

Declaration
public string FieldFriendlyName { get; }
Property Value
Type Description
System.String

FieldName

Declaration
public string FieldName { get; }
Property Value
Type Description
System.String

IsSystemDictionary

Declaration
public bool IsSystemDictionary { get; }
Property Value
Type Description
System.Boolean

SupportedFillType

Declaration
public FillType SupportedFillType { get; }
Property Value
Type Description
FillType