Assembly: OptimaJet.Workflow.BpmnPlugin

Class TInputSet

OptimaJet.Workflow.BpmnPlugin.Model.TInputSet

public class TInputSet : TBaseElement

Type Hierarchy

Constructors

public TInputSet() #

Initializes a new instance of the TInputSet class.

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; } #