C# 클래스 LibiadaWeb.Models.Repositories.Sequences.MatterRepository

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

공개 메소드들

메소드 설명
CreateMatterFromSequence ( CommonSequence commonSequence ) : void

The create matter.

Dispose ( ) : void

The dispose.

GetMatterSelectList ( ) : IEnumerable

The get select list with nature.

GetMatterSelectList ( bool>.Func filter ) : IEnumerable

The get matter select list.

GetMatterSelectList ( IEnumerable matters ) : IEnumerable

The get select list with nature.

GetMatterSelectList ( IEnumerable selectedMatters ) : IEnumerable

The get select list with nature.

GetMatterSelectList ( long selectedMatter ) : IEnumerable

The get select list with nature.

MatterRepository ( LibiadaWebEntities db ) : System

Initializes a new instance of the MatterRepository class.

비공개 메소드들

메소드 설명
CreateMatter ( Matter matter ) : long

The create matter.

메소드 상세

CreateMatterFromSequence() 공개 메소드

The create matter.
public CreateMatterFromSequence ( CommonSequence commonSequence ) : void
commonSequence CommonSequence /// The common sequence. ///
리턴 void

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void

GetMatterSelectList() 공개 메소드

The get select list with nature.
public GetMatterSelectList ( ) : IEnumerable
리턴 IEnumerable

GetMatterSelectList() 공개 메소드

The get matter select list.
public GetMatterSelectList ( bool>.Func filter ) : IEnumerable
filter bool>.Func /// The filter. ///
리턴 IEnumerable

GetMatterSelectList() 공개 메소드

The get select list with nature.
public GetMatterSelectList ( IEnumerable matters ) : IEnumerable
matters IEnumerable /// The matters. ///
리턴 IEnumerable

GetMatterSelectList() 공개 메소드

The get select list with nature.
public GetMatterSelectList ( IEnumerable selectedMatters ) : IEnumerable
selectedMatters IEnumerable /// The selected matters. ///
리턴 IEnumerable

GetMatterSelectList() 공개 메소드

The get select list with nature.
public GetMatterSelectList ( long selectedMatter ) : IEnumerable
selectedMatter long /// The selected matter. ///
리턴 IEnumerable

MatterRepository() 공개 메소드

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