Skip to main content

Class BPMNPlane

Inheritance

↳ object

    BPMNPlane

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 BPMNPlane

Properties

Id

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

Methods

AddShape(BPMNShape)

Declaration
public void AddShape(BPMNShape p)
Parameters
TypeNameDescription
BPMNShapep

AddEdge(BPMNEdge)

Declaration
public void AddEdge(BPMNEdge p)
Parameters
TypeNameDescription
BPMNEdgep

Fields

bpmnElement

Declaration
public string bpmnElement
Returns
TypeDescription
string

shapes

Declaration
public List<BPMNShape> shapes
Returns
TypeDescription
List<BPMNShape>

edges

Declaration
public List<BPMNEdge> edges
Returns
TypeDescription
List<BPMNEdge>

Extension Methods