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

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode 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

Méthode Description
storeGeneratedFilePathToContentDiscriptor ( long datasetId, DatasetVersion datasetVersion, string title, string ext ) : string

Method Details

GenerateDataStructure() public static méthode

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
Résultat string