C# Class IvtLibrary.Models.ThemeRepository

Inheritance: IThemeRepository
Show file Open project: intervals-mining-lab/ivt-library Class Usage Examples

Public Methods

Method 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 method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

public Delete ( int id ) : void
id int
return void

FillThemesCheckBoxList() public method

public FillThemesCheckBoxList ( IEnumerable themes ) : List
themes IEnumerable
return List

Find() public method

public Find ( int id ) : Theme
id int
return Theme

InsertOrUpdate() public method

public InsertOrUpdate ( Theme theme ) : void
theme Theme
return void

Save() public method

public Save ( ) : void
return void

ThemeRepository() public method

public ThemeRepository ( IvtLibraryEntities db ) : System
db IvtLibraryEntities
return System