This commit is contained in:
2020-01-17 00:27:47 +00:00
parent e2f99520f3
commit 1be338546f

View File

@@ -235,7 +235,7 @@ namespace AyaNova.Biz
public bool Filterable { get; set; }
public bool Sortable { get; set; }
public bool MiniAvailable { get; set; }
public int DataType { get; set; }
public int UiFieldDataType { get; set; }
//If it's an enum DataType then this is the specific enum type which sb the name of the class that holds the enum in the server project
public string EnumType { get; set; }
//if field is a reference to another object (i.e. a client in a workorders list)