C# Class IvtLibrary.Models.ThemeRepository

Inheritance: IThemeRepository
Afficher le fichier Open project: intervals-mining-lab/ivt-library Class Usage Examples

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
FillThemesCheckBoxList ( IEnumerable themes ) : List
Find ( int id ) : Theme
InsertOrUpdate ( Theme theme ) : void
Save ( ) : void
ThemeRepository ( IvtLibraryEntities db ) : System

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

public Delete ( int id ) : void
id int
Résultat void

FillThemesCheckBoxList() public méthode

public FillThemesCheckBoxList ( IEnumerable themes ) : List
themes IEnumerable
Résultat List

Find() public méthode

public Find ( int id ) : Theme
id int
Résultat Theme

InsertOrUpdate() public méthode

public InsertOrUpdate ( Theme theme ) : void
theme Theme
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ThemeRepository() public méthode

public ThemeRepository ( IvtLibraryEntities db ) : System
db IvtLibraryEntities
Résultat System