Class TInputSet
OptimaJet.Workflow.BpmnPlugin.Model.TInputSet
Namespace: OptimaJet.Workflow.BpmnPlugin.Model
public class TInputSet : TBaseElementType Hierarchy
- TBaseElement
- TInputSet Current type
Constructors
Properties
public Collection<string> DataInputRefs { get; } #public bool DataInputRefsSpecified { get; } #Gets a value indicating whether the DataInputRefs collection is empty.
public Collection<string> OptionalInputRefs { get; } #public bool OptionalInputRefsSpecified { get; } #Gets a value indicating whether the OptionalInputRefs collection is empty.
public Collection<string> WhileExecutingInputRefs { get; } #public bool WhileExecutingInputRefsSpecified { get; } #Gets a value indicating whether the WhileExecutingInputRefs collection is empty.
public Collection<string> OutputSetRefs { get; } #public bool OutputSetRefsSpecified { get; } #Gets a value indicating whether the OutputSetRefs collection is empty.
public string Name { get; set; } #