Class DecisionModelDiagramElement
Inheritance
DecisionModelDiagramElement
Assembly: WMServer.dll
Syntax
public class DecisionModelDiagramElement : DecisionModelElement, IDocumentedEntity, INamedEntity, IDbEntity, IWMEntity, IFullyQualifiable
Constructors
DecisionModelDiagramElement()
Declaration
public DecisionModelDiagramElement()
DecisionModelDiagramElement(string)
Constructor that initializes the ID
Declaration
public DecisionModelDiagramElement(string ID)
Parameters
Type |
Name |
Description |
string |
ID |
|
Fields
DecisionModelElement
Element Type: Decision Model Element
Declaration
public const string DecisionModelElement = "DecisionModelElement"
Field Value
Dependency
Declaration
public const string Dependency = "Dependency"
Field Value
Properties
Diagram
Reference to the diagram that owns this element.
Declaration
public DecisionModelDiagram Diagram { get; set; }
Property Value
Geometry
Declaration
public DiagramElementGeometry Geometry { get; set; }
Property Value
Height
Declaration
public double? Height { get; set; }
Property Value
SourceRefID
Declaration
public string? SourceRefID { get; set; }
Property Value
Style
Declaration
public string? Style { get; set; }
Property Value
TargetRefID
Declaration
public string? TargetRefID { get; set; }
Property Value
Width
Declaration
public double? Width { get; set; }
Property Value
Implements