Class TConversationNode
OptimaJet.Workflow.BpmnPlugin.Model.TConversationNode
Namespace: OptimaJet.Workflow.BpmnPlugin.Model
public abstract class TConversationNode : TBaseElementType Hierarchy
- TBaseElement
- TConversationNode Current type
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; } #