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

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

공개 메소드들

메소드 설명
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.

메소드 상세

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 ( int selectedDb ) : IEnumerable
selectedDb int /// The selected db. ///
리턴 IEnumerable

RemoteDbRepository() 공개 메소드

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