C# Class TestWebApiService.Controllers.TestObjectRepository

ファイルを表示 Open project: chrisblock/LinqToRest Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

Add() public method

public Add ( TestObject item ) : void
item TestObject
return void

Get() public method

public Get ( ) : IQueryable
return IQueryable

Get() public method

public Get ( int id ) : TestObject
id int
return TestObject

Remove() public method

public Remove ( int id ) : bool
id int
return bool

TestObjectRepository() public method

public TestObjectRepository ( ) : System.Collections.Generic
return System.Collections.Generic