This commit is contained in:
@@ -235,7 +235,7 @@ namespace AyaNova.Biz
|
|||||||
public bool Filterable { get; set; }
|
public bool Filterable { get; set; }
|
||||||
public bool Sortable { get; set; }
|
public bool Sortable { get; set; }
|
||||||
public bool MiniAvailable { 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
|
//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; }
|
public string EnumType { get; set; }
|
||||||
//if field is a reference to another object (i.e. a client in a workorders list)
|
//if field is a reference to another object (i.e. a client in a workorders list)
|
||||||
|
|||||||
Reference in New Issue
Block a user