C# Class IvtLibrary.Models.HypothesisRepository

Inheritance: IHypothesisRepository
Afficher le fichier Open project: intervals-mining-lab/ivt-library

Méthodes publiques

Méthode 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 méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

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

Find() public méthode

public Find ( long id ) : Hypothesis
id long
Résultat Hypothesis

HypothesisRepository() public méthode

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

InsertOrUpdate() public méthode

public InsertOrUpdate ( Hypothesis hypothesis ) : void
hypothesis Hypothesis
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void