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
Syntaxpublic class BPMNPlane
Properties
Id
Declarationpublic string Id { get; }
Type | Description |
---|---|
string |
Methods
AddShape(BPMNShape)
Declarationpublic void AddShape(BPMNShape p)
Type | Name | Description |
---|---|---|
BPMNShape | p |
AddEdge(BPMNEdge)
Declarationpublic void AddEdge(BPMNEdge p)
Type | Name | Description |
---|---|---|
BPMNEdge | p |
Fields
bpmnElement
Declarationpublic string bpmnElement
Type | Description |
---|---|
string |
shapes
Declarationpublic List<BPMNShape> shapes
Type | Description |
---|---|
List<BPMNShape> |
edges
Declarationpublic List<BPMNEdge> edges
Type | Description |
---|---|
List<BPMNEdge> |