Class TemporalReaderOptions
Options that apply to the reading of temporal data.
Inheritance
System.Object
TemporalReaderOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BayesServer.Data
Assembly: BayesServer.Data.dll
Syntax
public sealed class TemporalReaderOptions
Constructors
TemporalReaderOptions(String, String, TimeValueType)
Initializes a new instance of the TemporalReaderOptions class.
Declaration
public TemporalReaderOptions(string caseIdColumn, string timeColumn, TimeValueType timeValueType)
Parameters
Type | Name | Description |
---|---|---|
System.String | caseIdColumn | The name of the temporal case identifier column, if one is present. |
System.String | timeColumn | The name of the time column in the temporal data, if temporal data is present. |
TimeValueType | timeValueType | The type of values contained in the time column. |
Properties
CaseIdColumn
The name of the temporal case identifier column, if one is present.
Declaration
public string CaseIdColumn { get; }
Property Value
Type | Description |
---|---|
System.String |
TimeColumn
The name of the time column in the temporal data, if temporal data is present.
Declaration
public string TimeColumn { get; }
Property Value
Type | Description |
---|---|
System.String |
TimeValueType
The type of values contained in the time column.
Declaration
public TimeValueType TimeValueType { get; }
Property Value
Type | Description |
---|---|
TimeValueType |