Show / Hide Table of Contents

Class AtomicElementValue

Inheritance
object
ElementValue
AtomicElementValue
BooleanValue
DateTimeValue
NullValue
NumberValue
StringValue
Inherited Members
ElementValue.Value
ElementValue.Type
ElementValue.Create(object, string)
ElementValue.ToCSV(bool, string, string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
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