Class Collaboration
Inheritance
↳ object
↳ Collaboration
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.BPMN
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class Collaboration
Methods
AddParticipant(Participant)
Declarationpublic void AddParticipant(Participant p)
| Type | Name | Description | 
|---|---|---|
| Participant | p | 
AddMessageFlow(MessageFlow)
Declarationpublic void AddMessageFlow(MessageFlow p)
| Type | Name | Description | 
|---|---|---|
| MessageFlow | p | 
Fields
Id
Declarationpublic string Id
| Type | Description | 
|---|---|
| string | 
ParticipantList
Declarationpublic List<Participant> ParticipantList
| Type | Description | 
|---|---|
| List<Participant> | 
MessageFlowList
Declarationpublic List<MessageFlow> MessageFlowList
| Type | Description | 
|---|---|
| List<MessageFlow> |