C# Class TodoListController, MVCSPAWithEmberjs

Inheritance: ApiController
Afficher le fichier Open project: xqiu/MVCSPAWithEmberjs Class Usage Examples

Méthodes publiques

Méthode Description
GetTodoList ( int id ) : TodoListDto
GetTodoLists ( ) : IEnumerable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteTodoList ( int id ) : HttpResponseMessage,
PostTodoList ( TodoListDto todoListDto ) : HttpResponseMessage,
PutTodoList ( int id, TodoListDto todoListDto ) : HttpResponseMessage,

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetTodoList() public méthode

public GetTodoList ( int id ) : TodoListDto
id int
Résultat TodoListDto

GetTodoLists() public méthode

public GetTodoLists ( ) : IEnumerable
Résultat IEnumerable