Skip to main content

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

Syntax
public class BPMNEdge

Properties

Id

Declaration
public string Id { get; }
Property value
TypeDescription
string

Methods

AddWaypoint(string, string, string)

Declaration
public void AddWaypoint(string type, string x, string y)
Parameters
TypeNameDescription
stringtype
stringx
stringy

Fields

bpmnElement

Declaration
public string bpmnElement
Returns
TypeDescription
string

waypoints

Declaration
public List<Waypoint> waypoints
Returns
TypeDescription
List<Waypoint>

Extension Methods