C# Class IvtLibrary.Models.TypeRepository

Inheritance: ITypeRepository
Show file Open project: intervals-mining-lab/ivt-library

Public Methods

Method 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 method

public AllIncluding ( ) : IQueryable
return IQueryable

Delete() public method

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

Find() public method

public Find ( int id ) : Type
id int
return System.Type

InsertOrUpdate() public method

public InsertOrUpdate ( Type type ) : void
type System.Type
return void

Save() public method

public Save ( ) : void
return void

TypeRepository() public method

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