Class BPMNEdge
Inheritance
↳ object
↳ BPMNEdge
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 BPMNEdge
Properties
Id
Declarationpublic string Id { get; }
Type | Description |
---|---|
string |
Methods
AddWaypoint(string, string, string)
Declarationpublic void AddWaypoint(string type, string x, string y)
Type | Name | Description |
---|---|---|
string | type | |
string | x | |
string | y |
Fields
bpmnElement
Declarationpublic string bpmnElement
Type | Description |
---|---|
string |
waypoints
Declarationpublic List<Waypoint> waypoints
Type | Description |
---|---|
List<Waypoint> |