C# 클래스 IvtLibrary.Models.ThemeRepository

상속: IThemeRepository
파일 보기 프로젝트 열기: intervals-mining-lab/ivt-library 1 사용 예제들

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
FillThemesCheckBoxList ( IEnumerable themes ) : List
Find ( int id ) : Theme
InsertOrUpdate ( Theme theme ) : void
Save ( ) : void
ThemeRepository ( IvtLibraryEntities db ) : System

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

FillThemesCheckBoxList() 공개 메소드

public FillThemesCheckBoxList ( IEnumerable themes ) : List
themes IEnumerable
리턴 List

Find() 공개 메소드

public Find ( int id ) : Theme
id int
리턴 Theme

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( Theme theme ) : void
theme Theme
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

ThemeRepository() 공개 메소드

public ThemeRepository ( IvtLibraryEntities db ) : System
db IvtLibraryEntities
리턴 System