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

Show file 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 property

public DataRepository DataRepository
return DataRepository

DatasetId public property

public long DatasetId
return long

DatasetVersionId public property

public long DatasetVersionId
return long

Exist public property

public bool Exist
return bool