C# Class BExIS.Web.Shell.Areas.DIM.Models.MetadataStructureModel

Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
AddMetadataPath ( long id, string path ) : void
MetadataStructureModel ( long id, string displayName, string description, List datasetVersions, bool exportIsAvailable ) : System

Method Details

AddMetadataPath() public method

public AddMetadataPath ( long id, string path ) : void
id long
path string
return void

MetadataStructureModel() public method

public MetadataStructureModel ( long id, string displayName, string description, List datasetVersions, bool exportIsAvailable ) : System
id long
displayName string
description string
datasetVersions List
exportIsAvailable bool
return System