Class VariableElement
Represents an element in a DecisionModel that is evaluable and can be set to a specific value.
Inherited Members
Namespace: Quantellia.WMServer.DecisionModeler
Assembly: WMServer.dll
Syntax
public class VariableElement : EvaluatableElement, IDecisionModelBase, IDocumented, IDbEntity, IWMEntity
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 |