Show / Hide Table of Contents

Class DecisionModelDiagramElement

Inheritance
object
DecisionModelBase
DecisionModelElement
DecisionModelDiagramElement
Implements
IDocumentedEntity
INamedEntity
IDbEntity
IWMEntity
IFullyQualifiable
Inherited Members
DecisionModelElement.TypeKeyMap
DecisionModelElement.Identifier
DecisionModelElement.Model
DecisionModelElement.Parent
DecisionModelElement.Role
DecisionModelElement.Properties
DecisionModelElement.OwnerID
DecisionModelElement.OwnerType
DecisionModelElement.ParentDirectory
DecisionModelElement.Type
DecisionModelElement.FullyQualifiedName
DecisionModelElement.GetElement(WMPrincipal, string, WMAppDbContext)
DecisionModelElement.GetFromDecisionModel(WMPrincipal, DecisionModel, WMAppDbContext)
DecisionModelElement.ToWMAsset()
DecisionModelBase.ID
DecisionModelBase.CreatedBy
DecisionModelBase.CreatedDate
DecisionModelBase.LastUpdatedBy
DecisionModelBase.LastUpdatedDate
DecisionModelBase.Name
DecisionModelBase.Summary
DecisionModelBase.Documentation
DecisionModelBase.DocumentationMIMEType
DecisionModelBase.Create(Type, string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.DecisionModeler.Model.Diagram
Assembly: WMServer.dll
Syntax
public class DecisionModelDiagramElement : DecisionModelElement, IDocumentedEntity, INamedEntity, IDbEntity, IWMEntity, IFullyQualifiable

Constructors

DecisionModelDiagramElement()

Default constructor

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
Type Description
string

Dependency

Element Type: Dependency

Declaration
public const string Dependency = "Dependency"
Field Value
Type Description
string

Properties

Diagram

Reference to the diagram that owns this element.

Declaration
public DecisionModelDiagram Diagram { get; set; }
Property Value
Type Description
DecisionModelDiagram

Geometry

Geometry of the element.

Declaration
public DiagramElementGeometry Geometry { get; set; }
Property Value
Type Description
DiagramElementGeometry

Height

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

SourceRefID

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

Style

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

TargetRefID

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

Width

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

Implements

IDocumentedEntity
INamedEntity
IDbEntity
IWMEntity
IFullyQualifiable
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