Assembly: OptimaJet.Workflow.BpmnPlugin

Class TActivity

OptimaJet.Workflow.BpmnPlugin.Model.TActivity

public abstract class TActivity : TFlowNode

Type Hierarchy

Constructors

public TActivity() #

Initializes a new instance of the TActivity class.

Properties

public TInputOutputSpecification IoSpecification { get; set; } #
public Collection<TProperty> Property { get; } #
public bool PropertySpecified { get; } #

Gets a value indicating whether the Property collection is empty.

public Collection<TDataInputAssociation> DataInputAssociation { get; } #
public bool DataInputAssociationSpecified { get; } #

Gets a value indicating whether the DataInputAssociation collection is empty.

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

Gets a value indicating whether the DataOutputAssociation collection is empty.

public Collection<TResourceRole> ResourceRole { get; } #
public bool ResourceRoleSpecified { get; } #

Gets a value indicating whether the ResourceRole collection is empty.

public TLoopCharacteristics LoopCharacteristics { get; set; } #
public bool IsForCompensation { get; set; } #
public string StartQuantity { get; set; } #
public string CompletionQuantity { get; set; } #
public string Default { get; set; } #