Show / Hide Table of Contents

Class OpenDIDecisionModelElement

Base class for the Open DI interface to Decision Model Elements

Inheritance
object
OpenDIBase
OpenDIDecisionModelElement
Inherited Members
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 OpenDIDecisionModelElement : OpenDIBase

Constructors

OpenDIDecisionModelElement()

Declaration
public OpenDIDecisionModelElement()

OpenDIDecisionModelElement(DecisionModelElement)

Declaration
public OpenDIDecisionModelElement(DecisionModelElement dme)
Parameters
Type Name Description
DecisionModelElement dme

Properties

defaultvalue

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

expression

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

parent

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

role

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

type

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

value

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

Methods

ToDTO(string)

Declaration
public DecisionModelElementDTO ToDTO(string modelID = null)
Parameters
Type Name Description
string modelID
Returns
Type Description
DecisionModelElementDTO
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