C# Класс LibiadaWeb.Models.Repositories.Catalogs.NotationRepository

The notation repository.
Наследование: INotationRepository
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Notations Notation[]

Открытые методы

Метод Описание
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.

Описание методов

Dispose() публичный Метод

The dispose.
public Dispose ( ) : void
Результат void

GetSelectListWithNature() публичный Метод

The get select list with nature.
public GetSelectListWithNature ( ) : IEnumerable
Результат IEnumerable

GetSelectListWithNature() публичный Метод

The get select list with nature.
public GetSelectListWithNature ( List notationIds ) : IEnumerable
notationIds List /// The notation ids. ///
Результат IEnumerable

GetSelectListWithNature() публичный Метод

The get select list with nature.
public GetSelectListWithNature ( List notationIds, int selectedNotation ) : IEnumerable
notationIds List /// The notation ids. ///
selectedNotation int /// The selected Notation. ///
Результат IEnumerable

GetSelectListWithNature() публичный Метод

The get select list with nature.
public GetSelectListWithNature ( int selectedNotation ) : IEnumerable
selectedNotation int /// The selected notation. ///
Результат IEnumerable

NotationRepository() публичный Метод

Initializes a new instance of the NotationRepository class.
public NotationRepository ( LibiadaWebEntities db ) : System.Collections.Generic
db LibiadaWebEntities /// The db. ///
Результат System.Collections.Generic

Описание свойств

Notations публичное свойство

The notations.
public Notation[] Notations
Результат Notation[]