C# Class TestWebApiService.Controllers.TestObjectRepository

Afficher le fichier Open project: chrisblock/LinqToRest Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( TestObject item ) : void
Get ( ) : IQueryable
Get ( int id ) : TestObject
Remove ( int id ) : bool
TestObjectRepository ( ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( TestObject item ) : void
item TestObject
Résultat void

Get() public méthode

public Get ( ) : IQueryable
Résultat IQueryable

Get() public méthode

public Get ( int id ) : TestObject
id int
Résultat TestObject

Remove() public méthode

public Remove ( int id ) : bool
id int
Résultat bool

TestObjectRepository() public méthode

public TestObjectRepository ( ) : System.Collections.Generic
Résultat System.Collections.Generic