TEntitySetPermissions Set
The set of operations allowed on an entity set. Only the operations included in the set have their automatic CRUD endpoints published by the server.
Syntax
Unit: XData.Security.Attributes
Members
| Name | Value | Description |
|---|---|---|
| List | 0 | |
| Get | 1 | |
| Insert | 2 | |
| Modify | 3 | |
| Delete | 4 |