C# Class IvtLibrary.Models.ScaleRepository

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

Méthodes publiques

Méthode Description
AllIncluding ( ) : IQueryable
Delete ( int id ) : void
Find ( int id ) : Scale
InsertOrUpdate ( Scale scale ) : void
Save ( ) : void
ScaleRepository ( IvtLibraryEntities db ) : System

Method Details

AllIncluding() public méthode

public AllIncluding ( ) : IQueryable
Résultat IQueryable

Delete() public méthode

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

Find() public méthode

public Find ( int id ) : Scale
id int
Résultat Scale

InsertOrUpdate() public méthode

public InsertOrUpdate ( Scale scale ) : void
scale Scale
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

ScaleRepository() public méthode

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