C# Class LibiadaWeb.Models.Repositories.Catalogs.RemoteDbRepository

The remote db repository.
Inheritance: IRemoteDbRepository
Exibir arquivo Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

The dispose.

GetSelectListWithNature ( ) : IEnumerable

The get select list with nature.

GetSelectListWithNature ( int selectedDb ) : IEnumerable

The get select list with nature.

RemoteDbRepository ( LibiadaWebEntities db ) : System.Collections.Generic

Initializes a new instance of the RemoteDbRepository class.

Method Details

Dispose() public method

The dispose.
public Dispose ( ) : void
return void

GetSelectListWithNature() public method

The get select list with nature.
public GetSelectListWithNature ( ) : IEnumerable
return IEnumerable

GetSelectListWithNature() public method

The get select list with nature.
public GetSelectListWithNature ( int selectedDb ) : IEnumerable
selectedDb int /// The selected db. ///
return IEnumerable

RemoteDbRepository() public method

Initializes a new instance of the RemoteDbRepository class.
public RemoteDbRepository ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
return System.Collections.Generic