Class Actions
Standard actions used by security
Inherited Members
Namespace: XData
Assembly: XData.docfx.dll
Syntax
public static class Actions
Fields
| Improve this Doc View SourceAll
All actions (CRUD and custom actions)
Declaration
public const string All = "`ALL`"
Field Value
Type | Description |
---|---|
String |
Create
Create action
Declaration
public const string Create = "`CREATE`"
Field Value
Type | Description |
---|---|
String |
CRUD
CRUD actions
Declaration
public const string CRUD = "`CRUD`"
Field Value
Type | Description |
---|---|
String |
Delete
Delete action
Declaration
public const string Delete = "`DELETE`"
Field Value
Type | Description |
---|---|
String |
Update
Update action
Declaration
public const string Update = "`UPDATE`"
Field Value
Type | Description |
---|---|
String |