IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Used to define which columns in a data table correspond to which input or output elements. More...
Public Member Functions | |
bool | IsDefined () |
override string | ToString () |
Returns string representation of the current column data definition. | |
Static Public Member Functions | |
static string | ToStringList (List< DataColumnDefinition > list) |
Returns string representation of a list of data column definitions. | |
static string | ToStringList (List< DataColumnDefinition > list, string introString) |
Returns string representation of a list of data column definitions. | |
Public Attributes | |
int | Column = -1 |
Number of column within the data table. | |
int | ColumnIndex = -1 |
Index of the data colum. Corresponds to sequential index of the corresponding column in the data table, in order of appearance in the data table. | |
bool | IsInputOutputDefined = false |
Whether it is known if the element is input or output element. | |
int | ElementIndex = -1 |
Input or output element index within the data set (defines which input parameter or which output value is defined by the specific element). | |
Protected Attributes | |
bool | _isInput = true |
Properties | |
bool | IsInput [get, set] |
Whether the column belongs to input elements. |
Used to define which columns in a data table correspond to which input or output elements.
bool IG::Num::SampledDataCsv::DataColumnDefinition::IsDefined | ( | ) | [inline] |
override string IG::Num::SampledDataCsv::DataColumnDefinition::ToString | ( | ) | [inline] |
Returns string representation of the current column data definition.
static string IG::Num::SampledDataCsv::DataColumnDefinition::ToStringList | ( | List< DataColumnDefinition > | list | ) | [inline, static] |
Returns string representation of a list of data column definitions.
list | List of data column definitions whose string representation is returned. |
static string IG::Num::SampledDataCsv::DataColumnDefinition::ToStringList | ( | List< DataColumnDefinition > | list, |
string | introString | ||
) | [inline, static] |
Returns string representation of a list of data column definitions.
list | List of data column definitions whose string representation is returned. |
introString | Introducory string, which is written in fromt of other data (with additional newline after it). If null or empty string then it is skipped. |
Number of column within the data table.
Index of the data colum. Corresponds to sequential index of the corresponding column in the data table, in order of appearance in the data table.
Whether it is known if the element is input or output element.
bool IG::Num::SampledDataCsv::DataColumnDefinition::_isInput = true [protected] |
Input or output element index within the data set (defines which input parameter or which output value is defined by the specific element).
bool IG::Num::SampledDataCsv::DataColumnDefinition::IsInput [get, set] |
Whether the column belongs to input elements.