Example #1
0
 public static EditorUIControl CreateEditor(ColumnInfoTypeType currentColType, Container parentRootContainer, Table currentColParent, ColumnInfoType currentCol)
 {
     throw new System.NotImplementedException();
 }
 public ColumnInfo(string name, ColumnInfoType type)
 {
     Name = name;
     Type = type;
 }
 public ColumnInfo(string name, ColumnInfoType type)
 {
     Name = name;
     Type = type;
 }