C# Class PlayoffsCreator.Controllers.TeamAPIController

Inheritance: ApiController
Afficher le fichier Open project: dzaba/EricpolSummerSchool.ASPNETMVC

Méthodes publiques

Méthode Description
DeleteTeamModel ( int id ) : HttpResponseMessage
GetTeamModel ( int id ) : TeamModel
GetTeamModel ( string name ) : TeamModel
GetTeamModels ( ) : IEnumerable
PostTeamModel ( TeamModel teammodel ) : HttpResponseMessage
PutTeamModel ( int id, TeamModel teammodel ) : HttpResponseMessage

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DeleteTeamModel() public méthode

public DeleteTeamModel ( int id ) : HttpResponseMessage
id int
Résultat System.Net.Http.HttpResponseMessage

Dispose() protected méthode

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

GetTeamModel() public méthode

public GetTeamModel ( int id ) : TeamModel
id int
Résultat PlayoffsCreator.Models.TeamModel

GetTeamModel() public méthode

public GetTeamModel ( string name ) : TeamModel
name string
Résultat PlayoffsCreator.Models.TeamModel

GetTeamModels() public méthode

public GetTeamModels ( ) : IEnumerable
Résultat IEnumerable

PostTeamModel() public méthode

public PostTeamModel ( TeamModel teammodel ) : HttpResponseMessage
teammodel PlayoffsCreator.Models.TeamModel
Résultat System.Net.Http.HttpResponseMessage

PutTeamModel() public méthode

public PutTeamModel ( int id, TeamModel teammodel ) : HttpResponseMessage
id int
teammodel PlayoffsCreator.Models.TeamModel
Résultat System.Net.Http.HttpResponseMessage