Property | Type | Description | |
---|---|---|---|
DataStructureVariableIndentifiers | List |
||
DataTuples | List |
||
DatasetId | long | ||
DatasetManager | |||
SubmitedVariableIdentifiers | List |
||
ValueValidationManagerDic | ValueValidationManager>.Dictionary | ||
VariableIdentifierRows | List
|
Method | Description | |
---|---|---|
DataReader ( ) : System |
|
|
FileExist ( string path ) : bool |
|
|
Open ( string fileName ) : |
If FileStream exist open a FileStream
|
|
ReadRow ( List |
Read Row and convert each value into a variableValue and each row to a Datatuple
|
|
ValidateComparisonWithDatatsructure ( List |
Compare Datastructure with Submited Variables And create a Dictionary of ValueValidationmanagers
|
|
ValidateRow ( List |
Validate a row
|
Method | Description | |
---|---|---|
GetValuesFromRow ( List |
Read Row an return only values in where the variable is in identifiers.
|
Method | Description | |
---|---|---|
createValueValidationManager ( string varName, string dataType, bool optional, |
Create ValueValidationManager of a Variable
|
|
getDatastructureAsListOfVariableIdentifers ( ICollection |
Get List of VariableIdentifers converted from Datastructure Variable
|
|
getDatastructureVariableIdentifiers ( ) : List |
Get VairableIdentifiers from datastructure
|
|
getVariableUsage ( |
Get VariableUsage based on VariableIdentifer
|
public static FileExist ( string path ) : bool | ||
path | string | |
return | bool |
protected GetValuesFromRow ( List |
||
row | List |
List of values in one ro |
indexOfRow | int | Currently row index |
identifiers | List |
list of variableids |
return | List |
public Open ( string fileName ) : |
||
fileName | string | |
return |
public ReadRow ( List |
||
row | List |
List of values in one row |
indexOfRow | int | Currently row index |
return |
public ValidateComparisonWithDatatsructure ( List |
||
variableIdentifers | List |
|
return | List |
public ValidateRow ( List |
||
row | List |
List of strings |
indexOfRow | int | Index of row |
return | List |
protected List |
||
return | List |
protected DatasetManager,BExIS.Dlm.Services.Data DatasetManager | ||
return |
protected List |
||
return | List |
protected Dictionary |
||
return | ValueValidationManager>.Dictionary |