C# 클래스 BExIS.Web.Shell.Areas.DIM.Models.MetadataStructureModel

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

공개 메소드들

메소드 설명
AddMetadataPath ( long id, string path ) : void
MetadataStructureModel ( long id, string displayName, string description, List datasetVersions, bool exportIsAvailable ) : System

메소드 상세

AddMetadataPath() 공개 메소드

public AddMetadataPath ( long id, string path ) : void
id long
path string
리턴 void

MetadataStructureModel() 공개 메소드

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