Assembly: OptimaJet.Workflow.BpmnPlugin

Class TOutputSet

OptimaJet.Workflow.BpmnPlugin.Model.TOutputSet

public class TOutputSet : TBaseElement

Type Hierarchy

Constructors

public TOutputSet() #

Initializes a new instance of the TOutputSet class.

Properties

public Collection<string> DataOutputRefs { get; } #
public bool DataOutputRefsSpecified { get; } #

Gets a value indicating whether the DataOutputRefs collection is empty.

public Collection<string> OptionalOutputRefs { get; } #
public bool OptionalOutputRefsSpecified { get; } #

Gets a value indicating whether the OptionalOutputRefs collection is empty.

public Collection<string> WhileExecutingOutputRefs { get; } #
public bool WhileExecutingOutputRefsSpecified { get; } #

Gets a value indicating whether the WhileExecutingOutputRefs collection is empty.

public Collection<string> InputSetRefs { get; } #
public bool InputSetRefsSpecified { get; } #

Gets a value indicating whether the InputSetRefs collection is empty.

public string Name { get; set; } #