Class TableValue
Represents values consisting of a Table of other values in the evaluation of DecisionModels.
Assembly: WMServer.dll
Syntax
public class TableValue : CollectionElementValue
Constructors
TableValue(DataTable, string?)
Declaration
public TableValue(DataTable val, string? name = null)
Parameters
TableValue(string?)
Declaration
public TableValue(string? name = null)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
Value
Declaration
public DataTable Value { get; set; }
Property Value