Skip to main content

Class CommandResult

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

Inheritance

objectCarrierCommandResult

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

CommandResult()

Default constructor - defaults any enum props to 0.

Properties

Message

Message which should be displayed in GUI.

Property Value

string

Result

The result used in this action. NULL if unknown enum value.

Property Value

CommandActionResult?

See Also

CommandResult.Result_String

Result_String

The result used in this action. Raw string enum value.

Property Value

string

See Also

CommandResult.Result

Success

The command was successfully executed.

Property Value

bool