C# 클래스 OfficeTicTacToe.Server.Controllers.GamesController

상속: ApiController
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe

공개 메소드들

메소드 설명
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