C# Class BExIS.Web.Shell.Areas.DDM.Models.ShowPrimaryDataModel

Mostra file Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
Convert ( long datasetId, string title, DataStructure dataStructure, DataTable data, bool downloadAccess ) : ShowPrimaryDataModel
Convert ( long datasetId, string title, DataStructure dataStructure, List dataFileList, bool downloadAccess ) : ShowPrimaryDataModel

Private Methods

Method Description
CompareValues ( ) : List

List of used datatypes and the maxvalue of the datatypes

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

Method Details

Convert() public static method

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
return ShowPrimaryDataModel

Convert() public static method

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