This commit is contained in:
2020-12-12 01:16:34 +00:00
parent 2d444e1116
commit f65a24e272
13 changed files with 148 additions and 15 deletions

View File

@@ -21,6 +21,12 @@ namespace AyaNova.DataList
//Default / STOCK DataListView when none is specified
string DefaultListView { get; set; }
//Additional criteria for security or other reasons
//hard coded into some lists (e.g. MemoDataList so users can't get other people's memos)
// string AdditionalCriteriaInternalListView (long userId);
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromListView(JArray listViewArray);
List<string> GetFieldListFromListView(JArray listViewArray);