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

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

Méthodes publiques

Свойство Type Description
Notations Notation[]

Méthodes publiques

Méthode Description
Dispose ( ) : void

The dispose.

GetSelectListWithNature ( ) : IEnumerable

The get select list with nature.

GetSelectListWithNature ( List notationIds ) : IEnumerable

The get select list with nature.

GetSelectListWithNature ( List notationIds, int selectedNotation ) : IEnumerable

The get select list with nature.

GetSelectListWithNature ( int selectedNotation ) : IEnumerable

The get select list with nature.

NotationRepository ( LibiadaWebEntities db ) : System.Collections.Generic

Initializes a new instance of the NotationRepository 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 ( List notationIds ) : IEnumerable
notationIds List /// The notation ids. ///
Résultat IEnumerable

GetSelectListWithNature() public méthode

The get select list with nature.
public GetSelectListWithNature ( List notationIds, int selectedNotation ) : IEnumerable
notationIds List /// The notation ids. ///
selectedNotation int /// The selected Notation. ///
Résultat IEnumerable

GetSelectListWithNature() public méthode

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

NotationRepository() public méthode

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

Property Details

Notations public_oe property

The notations.
public Notation[] Notations
Résultat Notation[]