Show / Hide Table of Contents

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