C# Class OfficeTicTacToe.Server.Controllers.GamesController

Inheritance: ApiController
Afficher le fichier Open project: DXFrance/OfficeTicTacToe

Méthodes publiques

Méthode Description
GetGames ( ) : IQueryable

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
DeleteGame ( int id ) : IHttpActionResult
GameExists ( int id ) : bool
GetGame ( int id ) : IHttpActionResult
GetGamesByUsers ( string userId ) : IQueryable
GetMoveFromComputer ( string userId, Game game ) : IHttpActionResult
PostGame ( Game game ) : IHttpActionResult
PutGame ( int id, Game game ) : Task

Method Details

Dispose() protected méthode

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

GetGames() public méthode

public GetGames ( ) : IQueryable
Résultat IQueryable