C# 클래스 BExIS.Web.Shell.Areas.DDM.Models.ShowPrimaryDataModel

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( long datasetId, string title, DataStructure dataStructure, DataTable data, bool downloadAccess ) : ShowPrimaryDataModel
Convert ( long datasetId, string title, DataStructure dataStructure, List dataFileList, bool downloadAccess ) : ShowPrimaryDataModel

비공개 메소드들

메소드 설명
CompareValues ( ) : List

List of used datatypes and the maxvalue of the datatypes

ConvertContentDiscriptorsToFileInfos ( List cds ) : List
getDisplayFormatObjects ( StructuredDataStructure dataStructure ) : List

메소드 상세

Convert() 공개 정적인 메소드

public static Convert ( long datasetId, string title, DataStructure dataStructure, DataTable data, bool downloadAccess ) : ShowPrimaryDataModel
datasetId long
title string
dataStructure DataStructure
data System.Data.DataTable
downloadAccess bool
리턴 ShowPrimaryDataModel

Convert() 공개 정적인 메소드

public static Convert ( long datasetId, string title, DataStructure dataStructure, List dataFileList, bool downloadAccess ) : ShowPrimaryDataModel
datasetId long
title string
dataStructure DataStructure
dataFileList List
downloadAccess bool
리턴 ShowPrimaryDataModel