Show / Hide Table of Contents

Enum CommandAction

Command action

Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.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.

Extension Methods

EnumUtil.MapEnums<CommandAction, To>(CommandAction)
Converters.MapEnums<CommandAction, To>(CommandAction)
ObjectExtensions.AssignByReflection<CommandAction>(CommandAction, CommandAction)
ObjectExtensions.GraphCopy<CommandAction>(CommandAction)
EnumUtil.GetDescription(Enum)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top