C# 클래스 BExIS.IO.Transform.Output.OutputDataStructureManager

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
storeGeneratedFilePathToContentDiscriptor ( long datasetId, DatasetVersion datasetVersion, string title, string ext ) : string

메소드 상세

GenerateDataStructure() 공개 정적인 메소드

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
리턴 string