C# Class LibiadaWeb.Models.Repositories.Sequences.MatterRepository

The matter repository.
Inheritance: IMatterRepository
Datei anzeigen Open project: intervals-mining-lab/libiada-web Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
CreateMatter ( Matter matter ) : long

The create matter.

Method Details

CreateMatterFromSequence() public method

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

Dispose() public method

The dispose.
public Dispose ( ) : void
return void

GetMatterSelectList() public method

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

GetMatterSelectList() public method

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

GetMatterSelectList() public method

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

GetMatterSelectList() public method

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

GetMatterSelectList() public method

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

MatterRepository() public method

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