C# Class OfficeTicTacToe.Server.Controllers.GamesController

Inheritance: ApiController
Show file Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
GetGames ( ) : IQueryable

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetGames() public method

public GetGames ( ) : IQueryable
return IQueryable