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

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

Méthodes publiques

Méthode 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 méthode

The dispose.
public Dispose ( ) : void
Résultat void

GetSelectListWithNature() public méthode

The get select list with nature.
public GetSelectListWithNature ( ) : IEnumerable
Résultat IEnumerable

GetSelectListWithNature() public méthode

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

RemoteDbRepository() public méthode

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