Class Task
Inheritance
↳ object
↳ Task
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 Task
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 | 
AddTask(Task)
Declarationpublic void AddTask(Task task)
| Type | Name | Description | 
|---|---|---|
| Task | task | 
AddEvent(Event)
Declarationpublic void AddEvent(Event e)
| Type | Name | Description | 
|---|---|---|
| Event | e | 
AddFlow(Flow)
Declarationpublic void AddFlow(Flow flow)
| Type | Name | Description | 
|---|---|---|
| Flow | flow | 
Fields
Id
Declarationpublic string Id
| Type | Description | 
|---|---|
| string | 
Name
Declarationpublic string Name
| Type | Description | 
|---|---|
| string | 
Type
Declarationpublic TaskType Type
| Type | Description | 
|---|---|
| TaskType | 
IncomingList
Declarationpublic List<string> IncomingList
| Type | Description | 
|---|---|
| List<string> | 
OutgoingList
Declarationpublic List<string> OutgoingList
| Type | Description | 
|---|---|
| List<string> | 
TasksList
Declarationpublic List<Task> TasksList
| Type | Description | 
|---|---|
| List<Task> | 
EventsList
Declarationpublic List<Event> EventsList
| Type | Description | 
|---|---|
| List<Event> | 
FlowList
Declarationpublic List<Flow> FlowList
| Type | Description | 
|---|---|
| List<Flow> |