Method | Description | |
---|---|---|
AddDataTuples ( |
Add Datatuples and Datastructure to a Ascii file
|
|
AddDataTuples ( List |
|
|
AllTextToFile ( string filepath, string text ) : bool | ||
AsciiWriter ( ) : System |
|
|
AsciiWriter ( TextSeperator delimeter ) : System |
|
|
CreateFile ( long datasetId, long datasetVersionOrderNr, long dataStructureId, string title, string extention ) : string |
return the filepath
|
|
CreateFile ( string filepath ) : string | ||
GenerateCsv ( DocumentFormat.OpenXml.Drawing.Charts.DataTable datatable, string fullpath ) : string |
Method | Description | |
---|---|---|
SortVariablesOnDatastructure ( List |
||
dataStructureToRow ( long id ) : string |
Convert Datastructure to a String line
|
|
datatupleToRow ( |
Convert Datatuple to String line
|
|
datatupleToRow ( long id ) : string |
Convert Datatuple to String line
|
public AddDataTuples ( |
||
datasetManager | ||
dataTuplesIds | List |
|
filePath | string | Path of the excel template file |
dataStructureId | long | Id of datastructure |
return | List |
public AddDataTuples ( List |
||
dataTuples | List |
|
filePath | string | |
dataStructureId | long | |
return | List |
public static AllTextToFile ( string filepath, string text ) : bool | ||
filepath | string | |
text | string | |
return | bool |
public AsciiWriter ( TextSeperator delimeter ) : System | ||
delimeter | TextSeperator | |
return | System |
public CreateFile ( long datasetId, long datasetVersionOrderNr, long dataStructureId, string title, string extention ) : string | ||
datasetId | long | |
datasetVersionOrderNr | long | |
dataStructureId | long | |
title | string | |
extention | string | |
return | string |
public static CreateFile ( string filepath ) : string | ||
filepath | string | |
return | string |
public GenerateCsv ( DocumentFormat.OpenXml.Drawing.Charts.DataTable datatable, string fullpath ) : string | ||
datatable | DocumentFormat.OpenXml.Drawing.Charts.DataTable | |
fullpath | string | |
return | string |