Class Gateway
Inheritance
↳ object
↳ Gateway
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 Gateway
Methods
AddOutgoing(string)
Declarationpublic void AddOutgoing(string value)
| Type | Name | Description |
|---|---|---|
| string | value |
AddIncoming(string)
Declarationpublic void AddIncoming(string value)
| Type | Name | Description |
|---|---|---|
| string | value |
Fields
Id
Declarationpublic string Id
| Type | Description |
|---|---|
| string |
Name
Declarationpublic string Name
| Type | Description |
|---|---|
| string |
Type
Declarationpublic GatewayType Type
| Type | Description |
|---|---|
| GatewayType |
IncomingList
Declarationpublic List<string> IncomingList
| Type | Description |
|---|---|
| List<string> |
OutgoingList
Declarationpublic List<string> OutgoingList
| Type | Description |
|---|---|
| List<string> |