Show / Hide Table of Contents

Class OpenDIDecisionModelDiagramElement

Represents Decision Model Elements that are graphical objects in Diagrams.

Inheritance
object
OpenDIBase
OpenDIDecisionModelElement
OpenDIDecisionModelDiagramElement
Inherited Members
OpenDIDecisionModelElement.parent
OpenDIDecisionModelElement.role
OpenDIDecisionModelElement.type
OpenDIDecisionModelElement.ToDTO(string)
OpenDIDecisionModelElement.Create(DecisionModelElement)
OpenDIBase.openDIVersion
OpenDIBase.FQNSeparator
OpenDIBase.id
OpenDIBase.name
OpenDIBase.summary
OpenDIBase.documentation
OpenDIBase.documentationMIMEType
OpenDIBase.properties
OpenDIBase.GetWMType(string)
OpenDIBase.GetOpenDIType(Type)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.OpenDI
Assembly: WMServer.dll
Syntax
public class OpenDIDecisionModelDiagramElement : OpenDIDecisionModelElement

Constructors

OpenDIDecisionModelDiagramElement(DecisionModelDiagramElement)

Declaration
public OpenDIDecisionModelDiagramElement(DecisionModelDiagramElement dme)
Parameters
Type Name Description
DecisionModelDiagramElement dme

Properties

geometry

Declaration
public object geometry { get; set; }
Property Value
Type Description
object

height

Declaration
public double? height { get; set; }
Property Value
Type Description
double?

sourceRef

Declaration
public string? sourceRef { get; set; }
Property Value
Type Description
string

style

Declaration
public string? style { get; set; }
Property Value
Type Description
string

targetRef

Declaration
public string? targetRef { get; set; }
Property Value
Type Description
string

width

Declaration
public double? width { get; set; }
Property Value
Type Description
double?
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE