Assembly: OptimaJet.Workflow.BpmnPlugin

Class TCatchEvent

OptimaJet.Workflow.BpmnPlugin.Model.TCatchEvent

public abstract class TCatchEvent : TEvent

Type Hierarchy

Constructors

public TCatchEvent() #

Initializes a new instance of the TCatchEvent class.

Properties

public Collection<TDataOutput> DataOutput { get; } #
public bool DataOutputSpecified { get; } #

Gets a value indicating whether the DataOutput collection is empty.

public Collection<TDataOutputAssociation> DataOutputAssociation { get; } #
public bool DataOutputAssociationSpecified { get; } #

Gets a value indicating whether the DataOutputAssociation collection is empty.

public TOutputSet OutputSet { get; set; } #
public Collection<TEventDefinition> EventDefinition { get; } #
public bool EventDefinitionSpecified { get; } #

Gets a value indicating whether the EventDefinition collection is empty.

public Collection<XmlQualifiedName> EventDefinitionRef { get; } #
public bool EventDefinitionRefSpecified { get; } #

Gets a value indicating whether the EventDefinitionRef collection is empty.

public bool ParallelMultiple { get; set; } #