Interface | Description |
---|---|
HasAddingPermissionFunction |
Defines a type alias for a function that can be used to check for permissions
for adding an item to a collection.
|
HasNestedAddingPermissionFunction<T> |
Defines a type alias for a function that can be used to check for permissions
for adding an item to a nested collection.
|
HasRemovePermissionFunction<T> |
Defines a type alias for a function that can be used to check for permissions
for deleting an item.
|
HasUpdatePermissionFunction<T> |
Defines a type alias for a function that can be used to check for permissions
for updating an item.
|