C# 클래스 TestWebApiService.Controllers.TestObjectRepository

파일 보기 프로젝트 열기: chrisblock/LinqToRest 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( TestObject item ) : void
Get ( ) : IQueryable
Get ( int id ) : TestObject
Remove ( int id ) : bool
TestObjectRepository ( ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( TestObject item ) : void
item TestObject
리턴 void

Get() 공개 메소드

public Get ( ) : IQueryable
리턴 IQueryable

Get() 공개 메소드

public Get ( int id ) : TestObject
id int
리턴 TestObject

Remove() 공개 메소드

public Remove ( int id ) : bool
id int
리턴 bool

TestObjectRepository() 공개 메소드

public TestObjectRepository ( ) : System.Collections.Generic
리턴 System.Collections.Generic