Class AtomicElementValue
Inheritance
AtomicElementValue
Inherited Members
Namespace: Quantellia.WMServer.DecisionModeler.ValueTypes
Assembly: WMServer.dll
Syntax
public abstract class AtomicElementValue : ElementValue
Constructors
AtomicElementValue()
Base class representing value types that are not made up of collections of other values (e.g. numbers, strings, etc.)
Declaration
protected AtomicElementValue()
AtomicElementValue(object)
Declaration
protected AtomicElementValue(object val)
Parameters
Type | Name | Description |
---|---|---|
object | val |