Class OpenDIDecisionModelDiagramElement
Represents Decision Model Elements that are graphical objects in Diagrams.
Inheritance
OpenDIDecisionModelDiagramElement
Assembly: WMServer.dll
Syntax
public class OpenDIDecisionModelDiagramElement : OpenDIDecisionModelElement
Constructors
OpenDIDecisionModelDiagramElement(DecisionModelDiagramElement)
Declaration
public OpenDIDecisionModelDiagramElement(DecisionModelDiagramElement dme)
Parameters
Properties
geometry
Declaration
public object geometry { get; set; }
Property Value
height
Declaration
public double? height { get; set; }
Property Value
sourceRef
Declaration
public string? sourceRef { get; set; }
Property Value
style
Declaration
public string? style { get; set; }
Property Value
targetRef
Declaration
public string? targetRef { get; set; }
Property Value
width
Declaration
public double? width { get; set; }
Property Value