Skip to main content

Class BPMNDiagram

Inheritance

↳ object

    BPMNDiagram

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 BPMNDiagram

Methods

AddPlane(BPMNPlane)

Declaration
public void AddPlane(BPMNPlane p)
Parameters
TypeNameDescription
BPMNPlanep

Fields

planes

Declaration
public List<BPMNPlane> planes
Returns
TypeDescription
List<BPMNPlane>

Extension Methods