Show / Hide Table of Contents

Class VariableElement

Represents an element in a DecisionModel that is evaluable and can be set to a specific value.

Inheritance
object
DecisionModelBase
DecisionModelElement
EvaluatableElement
VariableElement
Implements
IDocumentedEntity
INamedEntity
IDbEntity
IWMEntity
IFullyQualifiable
Inherited Members
EvaluatableElement.Value
EvaluatableElement.DefaultValue
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 class VariableElement : EvaluatableElement, IDocumentedEntity, INamedEntity, IDbEntity, IWMEntity, IFullyQualifiable

Constructors

VariableElement()

Declaration
public VariableElement()

VariableElement(string)

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

Properties

Expression

The string containing the source expression that is evaluated to set the Value of this element.

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

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