C# Class IvtLibrary.Models.TypeRepository

Inheritance: ITypeRepository
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 ) : Type
InsertOrUpdate ( Type type ) : void
Save ( ) : void
TypeRepository ( 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 ) : Type
id int
Résultat System.Type

InsertOrUpdate() public méthode

public InsertOrUpdate ( Type type ) : void
type System.Type
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

TypeRepository() public méthode

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