Show / Hide Table of Contents

Class ArrayValue

Class representing values in a DecisionModel that are arrays.

Inheritance
object
ElementValue
CollectionElementValue
ArrayValue
Inherited Members
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 class ArrayValue : CollectionElementValue

Constructors

ArrayValue()

Declaration
public ArrayValue()

ArrayValue(ICollection<ElementValue>)

Constructor that intializes the array with a collection of ElementValue objects.

Declaration
public ArrayValue(ICollection<ElementValue> val)
Parameters
Type Name Description
ICollection<ElementValue> val

Properties

Value

Declaration
public List<ElementValue> Value { get; set; }
Property Value
Type Description
List<ElementValue>
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