Class TSubProcess
OptimaJet.Workflow.BpmnPlugin.Model.TSubProcess
Namespace: OptimaJet.Workflow.BpmnPlugin.Model
public class TSubProcess : TActivityType Hierarchy
- TBaseElement
- TFlowElement
Constructors
public TSubProcess() #Initializes a new instance of the TSubProcess class.
Properties
public Collection<TLaneSet> LaneSet { get; } #public bool LaneSetSpecified { get; } #Gets a value indicating whether the LaneSet collection is empty.
public Collection<TFlowElement> FlowElement { get; } #public bool FlowElementSpecified { get; } #Gets a value indicating whether the FlowElement collection is empty.
public Collection<TArtifact> Artifact { get; } #public bool ArtifactSpecified { get; } #Gets a value indicating whether the Artifact collection is empty.
public bool TriggeredByEvent { get; set; } #