Class Process
Inheritance
↳ object
↳ Process
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 Process
Methods
AddEvent(Event)
Declarationpublic void AddEvent(Event p)
Type | Name | Description |
---|---|---|
Event | p |
AddFlow(Flow)
Declarationpublic void AddFlow(Flow p)
Type | Name | Description |
---|---|---|
Flow | p |
AddGateway(Gateway)
Declarationpublic void AddGateway(Gateway p)
Type | Name | Description |
---|---|---|
Gateway | p |
AddTask(Task)
Declarationpublic void AddTask(Task p)
Type | Name | Description |
---|---|---|
Task | p |
Fields
events
Declarationpublic List<Event> events
Type | Description |
---|---|
List<Event> |
flows
Declarationpublic List<Flow> flows
Type | Description |
---|---|
List<Flow> |
gateways
Declarationpublic List<Gateway> gateways
Type | Description |
---|---|
List<Gateway> |
tasks
Declarationpublic List<Task> tasks
Type | Description |
---|---|
List<Task> |