Class BooleanValue
Represents Boolean values in the evaluation of DecisionModels.
Inherited Members
Namespace: Quantellia.WMServer.DecisionModeler.ValueTypes
Assembly: WMServer.dll
Syntax
public class BooleanValue : AtomicElementValue
Constructors
BooleanValue(bool)
Declaration
public BooleanValue(bool val)
Parameters
Type | Name | Description |
---|---|---|
bool | val |
Properties
Value
Declaration
public bool Value { get; set; }
Property Value
Type | Description |
---|---|
bool |