C# Класс OfficeTicTacToe.Server.Controllers.GamesController

Наследование: ApiController
Показать файл Открыть проект

Открытые методы

Метод Описание
GetGames ( ) : IQueryable

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetGames() публичный Метод

public GetGames ( ) : IQueryable
Результат IQueryable