C# 클래스 LibiadaWeb.Models.Repositories.Catalogs.NotationRepository

The notation repository.
상속: INotationRepository
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]