Show / Hide Table of Contents

Class EvaluatableElement

DecisionModelElements that can be evaluated and have a value assigned to them during model execution.

Inheritance
object
DecisionModelBase
DecisionModelElement
EvaluatableElement
VariableElement
Implements
IDocumentedEntity
INamedEntity
IDbEntity
IWMEntity
IFullyQualifiable
Inherited Members
DecisionModelElement.Identifier
DecisionModelElement.Model
DecisionModelElement.Parent
DecisionModelElement.Role
DecisionModelElement.Properties
DecisionModelElement.Get(WMPrincipal, DecisionModel, WMAppDbContext)
DecisionModelElement.FullyQualifiedName
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
Assembly: WMServer.dll
Syntax
public abstract class EvaluatableElement : DecisionModelElement, IDocumentedEntity, INamedEntity, IDbEntity, IWMEntity, IFullyQualifiable

Constructors

EvaluatableElement()

Declaration
public EvaluatableElement()

EvaluatableElement(string)

Declaration
public EvaluatableElement(string id)
Parameters
Type Name Description
string id

Properties

DefaultValue

Declaration
public ElementValue DefaultValue { get; set; }
Property Value
Type Description
ElementValue

Value

Declaration
public ElementValue Value { get; set; }
Property Value
Type Description
ElementValue

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