This commit is contained in:
2020-03-28 19:52:26 +00:00
parent 2f5f634215
commit becdba1e97

View File

@@ -12,7 +12,7 @@ namespace AyaNova.PickList
public string LtKey { get; set; }
// Used for casting query
public UiFieldDataType ColumnDataType { get; set; }
public bool IsRowId { get; set; }
public bool IsRowId { get; set; }//both indicates is row ID but also that it's required as the only required field. Not technically necessary maybe but to prevent foot shooting.
public bool IsActiveColumn { get; set; }
public AyaType AyaObjectType { get; set; }
[JsonIgnore]