This commit is contained in:
2021-06-23 19:45:12 +00:00
parent 629b1053bd
commit b21cf8ce57
2 changed files with 20 additions and 16 deletions

View File

@@ -13,6 +13,10 @@ namespace AyaNova.DataList
//CLIENT Use only for display
public string TKey { get; set; }
//CLIENT Use only for display to disambiguate things like
//Tags in main workorder and Tags in Workorder Item and Tags in Unit (all on same list)
public string TKeySection { get; set; }
//CLIENT / SERVER - client display server validation purposes
public bool IsCustomField { get; set; }