Class EvaluatableElement
DecisionModelElements that can be evaluated and have a value assigned to them during model execution.
Inheritance
EvaluatableElement
Assembly: WMServer.dll
Syntax
public abstract class EvaluatableElement : DecisionModelElement, IDecisionModelBase, IDocumented, IDbEntity, IWMEntity
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
Value
Declaration
public ElementValue Value { get; set; }
Property Value
Implements