Enum CommandAction
Command action
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
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. |