This commit is contained in:
@@ -19,10 +19,10 @@ namespace AyaNova.PickList
|
||||
AyaType DefaultListObjectType { get; set; }
|
||||
|
||||
//Default / STOCK DataListView when none is specified
|
||||
string DefaultListView { get; set; }
|
||||
string DefaultTemplate { get; set; }
|
||||
|
||||
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromListView(JArray listViewArray);
|
||||
List<string> GetFieldListFromListView(JArray listViewArray);
|
||||
Newtonsoft.Json.Linq.JArray GenerateListColumnsJSONFromTemplate(JArray listViewArray);
|
||||
List<string> GetFieldListFromTemplate(JArray listViewArray);
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user