C# Class IvtLibrary.Models.HypothesisRepository

Inheritance: IHypothesisRepository
ファイルを表示 Open project: intervals-mining-lab/ivt-library

Public Methods

Method Description
AllIncluding ( ) : IQueryable
Delete ( long id ) : void
Find ( long id ) : Hypothesis
HypothesisRepository ( IvtLibraryEntities db ) : System
InsertOrUpdate ( Hypothesis hypothesis ) : void
Save ( ) : void

Method Details

AllIncluding() public method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

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

Find() public method

public Find ( long id ) : Hypothesis
id long
return Hypothesis

HypothesisRepository() public method

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

InsertOrUpdate() public method

public InsertOrUpdate ( Hypothesis hypothesis ) : void
hypothesis Hypothesis
return void

Save() public method

public Save ( ) : void
return void