Class ArrayValue
Class representing values in a DecisionModel that are arrays.
Inherited Members
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> |