 | StandardRightKind Enumeration |
Type of CRUD user rights.
Namespace:
EBP.Api.Interfaces.Misc
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax[FlagsAttribute]
public enum StandardRightKind
<FlagsAttribute>
Public Enumeration StandardRightKind
Members
| Member name | Value | Description |
---|
| Create | 1 |
Right to create for current user.
|
| InheritedCreate | 2 |
Right to create for group of current user.
|
| Read | 4 |
Right to read for current user.
|
| InheritedRead | 8 |
Right to read for group of current user.
|
| Update | 16 |
Right to update for current user.
|
| InheritedUpdate | 32 |
Right to update for group of current user.
|
| Delete | 64 |
Right to delete for current user.
|
| InheritedDelete | 128 |
Right to delete for group of current user.
|
| Print | 256 |
Right to print for current user.
|
| InheritedPrint | 512 |
Right to print for group of current user.
|
See Also