Enum ContextActionType
Specifies the type of an action.
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public enum ContextActionType
Fields
Name | Description |
---|---|
Add | Add data. |
Code | Code action. |
Delete | Delete data. |
Dialog | Dialog action. |
Edit | Edit data. |
Export | Export action. |
Navigation | Navigation action. |
Notification | Notification action. |
Open | Open data. |
Setting | Setting action. |
Tool | Tool action. |
Translate | Translate action. |
Update | Update action. |