FieldInfoBase public class FieldInfoBase Documentation public int ArtifactID { get; set; } public FieldCategory Category { get; set; } public int CodeTypeID { get; set; } public string DisplayName { get; set; } public bool EnableDataGrid { get; set; } public int TextLength { get; set; } public FieldType Type { get; set; } public FieldInfoBase() public string GetColumnName()