C# 클래스 Todo.SPA.Controllers.TodoListController

상속: ApiController
파일 보기 프로젝트 열기: jayway/knockout-intro-lab

공개 메소드들

메소드 설명
DeleteTodoList ( int id ) : HttpResponseMessage
GetTodoList ( int id ) : TodoListDto
GetTodoLists ( ) : IEnumerable
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

DeleteTodoList() 공개 메소드

public DeleteTodoList ( int id ) : HttpResponseMessage
id int
리턴 System.Net.Http.HttpResponseMessage

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetTodoList() 공개 메소드

public GetTodoList ( int id ) : TodoListDto
id int
리턴 Todo.SPA.Models.TodoListDto

GetTodoLists() 공개 메소드

public GetTodoLists ( ) : IEnumerable
리턴 IEnumerable

PostTodoList() 공개 메소드

public PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage
todoListDto Todo.SPA.Models.TodoListDto
리턴 System.Net.Http.HttpResponseMessage

PutTodoList() 공개 메소드

public PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage
id int
todoListDto Todo.SPA.Models.TodoListDto
리턴 System.Net.Http.HttpResponseMessage