Class TActivity
OptimaJet.Workflow.BpmnPlugin.Model.TActivity
Namespace: OptimaJet.Workflow.BpmnPlugin.Model
public abstract class TActivity : TFlowNodeType Hierarchy
Constructors
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; } #