RtDataAction
Namespace: Meshmakers.Octo.Runtime.Contracts.DataPermissions
Actions a data policy can grant on a CK type (AB#4972).
public enum RtDataAction
Inheritance Object → ValueType → Enum → RtDataAction
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Read | 0 | Read entities of the target types. |
| Write | 1 | Create or modify entities of the target types. |
| Delete | 2 | Delete entities of the target types. |