Enum CommandAction
Command action
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum CommandAction
Fields
Name | Description |
---|---|
Implicit | 0: Command should be implicitly executed. |
Ok | 3: The client must display a dialog with Ok-button |
OkCancel | 2: The client must display a dialog with buttons Ok and Cancel. |
YesNo | 1: The client must display a dialog with buttons Yes and No. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.CommandAction, To>()