This commit is contained in:
2020-03-29 00:47:19 +00:00
parent becdba1e97
commit 63ba7099ce
10 changed files with 124 additions and 125 deletions

View File

@@ -13,7 +13,7 @@ namespace AyaNova.DataList
public string FieldKey { get; set; }
//CLIENT Use only for display
public string LtKey { get; set; }
public string TKey { get; set; }
//CLIENT / SERVER - client display server validation purposes
public bool IsCustomField { get; set; }