This commit is contained in:
2020-01-21 16:47:26 +00:00
parent 382445f8c3
commit aa9bee1123
3 changed files with 18 additions and 7 deletions

View File

@@ -14,7 +14,10 @@ namespace AyaNova.DataList
List<AyaDataListFieldDefinition> FieldDefinitions { get; }
//allowed roles to access this list
public AuthorizationRoles AllowedRoles { get; }
AuthorizationRoles AllowedRoles { get; }
//Default object type to open for rows of this list (use no object if no)
AyaType DefaultListObjectType { get; }
}
}