Assembly: OptimaJet.Workflow.BpmnPlugin

Class TParticipant

OptimaJet.Workflow.BpmnPlugin.Model.TParticipant

public class TParticipant : TBaseElement

Type Hierarchy

Constructors

public TParticipant() #

Initializes a new instance of the TParticipant class.

Properties

public Collection<XmlQualifiedName> InterfaceRef { get; } #
public bool InterfaceRefSpecified { get; } #

Gets a value indicating whether the InterfaceRef collection is empty.

public Collection<XmlQualifiedName> EndPointRef { get; } #
public bool EndPointRefSpecified { get; } #

Gets a value indicating whether the EndPointRef collection is empty.

public TParticipantMultiplicity ParticipantMultiplicity { get; set; } #
public string Name { get; set; } #
public XmlQualifiedName ProcessRef { get; set; } #