Skip to main content

Class BPMNShape

Inheritance

↳ object

    BPMNShape

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 BPMNShape

Properties

Id

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

Label

Declaration
public BPMNLabel Label { get; }
Property value
TypeDescription
BPMNLabel

Fields

bounds

Declaration
public Bounds bounds
Returns
TypeDescription
Bounds

Extension Methods