C# 클래스 IvtLibrary.Models.HypothesisRepository

상속: IHypothesisRepository
파일 보기 프로젝트 열기: intervals-mining-lab/ivt-library

공개 메소드들

메소드 설명
AllIncluding ( ) : IQueryable
Delete ( long id ) : void
Find ( long id ) : Hypothesis
HypothesisRepository ( IvtLibraryEntities db ) : System
InsertOrUpdate ( Hypothesis hypothesis ) : void
Save ( ) : void

메소드 상세

AllIncluding() 공개 메소드

public AllIncluding ( ) : IQueryable
리턴 IQueryable

Delete() 공개 메소드

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

Find() 공개 메소드

public Find ( long id ) : Hypothesis
id long
리턴 Hypothesis

HypothesisRepository() 공개 메소드

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

InsertOrUpdate() 공개 메소드

public InsertOrUpdate ( Hypothesis hypothesis ) : void
hypothesis Hypothesis
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void