Assembly: OptimaJet.Workflow.BpmnPlugin

Class TConversationNode

OptimaJet.Workflow.BpmnPlugin.Model.TConversationNode

public abstract class TConversationNode : TBaseElement

Type Hierarchy

Constructors

public TConversationNode() #

Initializes a new instance of the TConversationNode class.

Properties

public Collection<XmlQualifiedName> ParticipantRef { get; } #
public bool ParticipantRefSpecified { get; } #

Gets a value indicating whether the ParticipantRef collection is empty.

public Collection<XmlQualifiedName> MessageFlowRef { get; } #
public bool MessageFlowRefSpecified { get; } #

Gets a value indicating whether the MessageFlowRef collection is empty.

public Collection<TCorrelationKey> CorrelationKey { get; } #
public bool CorrelationKeySpecified { get; } #

Gets a value indicating whether the CorrelationKey collection is empty.

public string Name { get; set; } #