Class Event
Inheritance
↳ object
↳ Event
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 Event
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 EventType Type
Type | Description |
---|---|
EventType |
IncomingList
Declarationpublic List<string> IncomingList
Type | Description |
---|---|
List<string> |
OutgoingList
Declarationpublic List<string> OutgoingList
Type | Description |
---|---|
List<string> |
SubType
Declarationpublic EventSubType SubType
Type | Description |
---|---|
EventSubType |