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

The notation repository.
Inheritance: INotationRepository
Show file Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Properties

Property Type Description
Notations Notation[]

Public Methods

Method 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 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 ( List notationIds ) : IEnumerable
notationIds List /// The notation ids. ///
return IEnumerable

GetSelectListWithNature() public method

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

GetSelectListWithNature() public method

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

NotationRepository() public method

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

Property Details

Notations public property

The notations.
public Notation[] Notations
return Notation[]