C# Class BExIS.IO.Transform.Output.OutputDataStructureManager

Show file Open project: BEXIS2/Core

Public Methods

Method Description
GenerateDataStructure ( long datasetId ) : string

generate a text file with JSON from a datastructure of a dataset and stored this file on the server and store the path in the content discriptor

Private Methods

Method Description
storeGeneratedFilePathToContentDiscriptor ( long datasetId, DatasetVersion datasetVersion, string title, string ext ) : string

Method Details

GenerateDataStructure() public static method

generate a text file with JSON from a datastructure of a dataset and stored this file on the server and store the path in the content discriptor
public static GenerateDataStructure ( long datasetId ) : string
datasetId long
return string