Skip to main content

Class WorkflowEventResult

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for WorkflowEventResult. Workflow event result carrier

Inheritance

object ← Carrier ← WorkflowEventResult

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

WorkflowEventResult()

Default constructor - defaults any enum props to 0.

Properties

Attributes

Event result info

Property Value

string

EventType

The workflow event type NULL if unknown enum value.

Property Value

WorkflowEventType?

See Also

WorkflowEventResult.EventType_String

EventType_String

The workflow event type Raw string enum value.

Property Value

string

See Also

WorkflowEventResult.EventType

See Also

WorkflowAgent