Skip to main content

Class CustomCommand

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CustomCommand. Generic carrier object for entity commands.

Inheritance

objectCarrierCustomCommand

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CustomCommand()

Default constructor - defaults any enum props to 0.

Properties

ActionData

The data to be used when the command is invoked

Property Value

string

Actions

The actions to call when invoked NULL if unknown enum value.

Property Value

CommandAction?

See Also

CustomCommand.Actions_String

Actions_String

The actions to call when invoked Raw string enum value.

Property Value

string

See Also

CustomCommand.Actions

Description

Description of the command.

Property Value

string

DisplayName

The name to show in GUI

Property Value

string

Name

Unique name of the command

Property Value

string

ToolTip

Tooltip to be used in the GUI

Property Value

string