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

显示文件 Open project: BEXIS2/Core

Public Properties

Property Type Description
DataRepository DataRepository
DatasetId long
DatasetVersionId long
Exist bool

Public Methods

Method Description
DataRepoRequirentModel ( ) : System

Method Details

DataRepoRequirentModel() public method

public DataRepoRequirentModel ( ) : System
return System

Property Details

DataRepository public_oe property

public DataRepository DataRepository
return DataRepository

DatasetId public_oe property

public long DatasetId
return long

DatasetVersionId public_oe property

public long DatasetVersionId
return long

Exist public_oe property

public bool Exist
return bool