Workflow Engine .NET

Assembly: OptimaJet.Workflow.BpmnPlugin

Class TThrowEvent

OptimaJet.Workflow.BpmnPlugin.Model.TThrowEvent

public abstract class TThrowEvent : TEvent

Inheritance

Constructors

public TThrowEvent() #

Initializes a new instance of the TThrowEvent class.

Properties

Name
Type
DataInput #
Collection<TDataInput>
DataInputSpecified #
Boolean

Gets a value indicating whether the DataInput collection is empty.

DataInputAssociation #
Collection<TDataInputAssociation>
DataInputAssociationSpecified #
Boolean

Gets a value indicating whether the DataInputAssociation collection is empty.

InputSet #
TInputSet
EventDefinition #
Collection<TEventDefinition>
EventDefinitionSpecified #
Boolean

Gets a value indicating whether the EventDefinition collection is empty.

EventDefinitionRef #
Collection<XmlQualifiedName>
EventDefinitionRefSpecified #
Boolean

Gets a value indicating whether the EventDefinitionRef collection is empty.

Derived Types