This commit is contained in:
2021-02-08 22:29:53 +00:00
parent 27a232c888
commit e799323b50
5 changed files with 7 additions and 20 deletions

View File

@@ -13,8 +13,8 @@ namespace AyaNova.PickList
AuthorizationRoles AllowedRoles { get; set; }
//Default object type to open for rows of this list (use no object if no)
AyaType DefaultListObjectType { get; set; }
//Default / STOCK DataListView when none is specified
//Default / STOCK template when none is specified
string DefaultTemplate { get; set; }
List<string> GetFieldListFromTemplate(JArray listViewArray);
List<string> GetFieldListFromTemplate(JArray fieldListArray);
}
}