This commit is contained in:
2020-12-15 19:17:28 +00:00
parent dc4b6a1349
commit 1a3bdb36c5
8 changed files with 44 additions and 11 deletions

View File

@@ -15,6 +15,6 @@ namespace AyaNova.PickList
AyaType DefaultListObjectType { get; set; }
//Default / STOCK DataListView when none is specified
string DefaultTemplate { get; set; }
List<string> GetFieldListFromTemplate(JArray listViewArray);
List<string> GetFieldListFromTemplate(JArray listViewArray);
}
}