Show / Hide Table of Contents

Class TableValue

Represents values consisting of a Table of other values in the evaluation of DecisionModels.

Inheritance
object
ElementValue
CollectionElementValue
TableValue
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 TableValue : CollectionElementValue

Constructors

TableValue(DataTable, string?)

Declaration
public TableValue(DataTable val, string? name = null)
Parameters
Type Name Description
DataTable val
string name

TableValue(string?)

Declaration
public TableValue(string? name = null)
Parameters
Type Name Description
string name

Properties

Rows

Declaration
public ArrayValue Rows { get; }
Property Value
Type Description
ArrayValue

TableName

Declaration
public string TableName { get; set; }
Property Value
Type Description
string

Value

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