C# 클래스 ArmedCards.Web.Controllers.Game.Board.LeaveController

상속: Extensions.ArmedCardsController
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Index ( Int32 id, Entities playerType, System.Boolean windowUnload = false ) : System.Web.Mvc.ActionResult

Action responsible for leaving a game

LeaveController ( ArmedCards.BusinessLogic.AppServices leaveGame ) : System

메소드 상세

Index() 공개 메소드

Action responsible for leaving a game
public Index ( Int32 id, Entities playerType, System.Boolean windowUnload = false ) : System.Web.Mvc.ActionResult
id System.Int32 The game id to leave
playerType Entities The type of player leaving
windowUnload System.Boolean
리턴 System.Web.Mvc.ActionResult

LeaveController() 공개 메소드

public LeaveController ( ArmedCards.BusinessLogic.AppServices leaveGame ) : System
leaveGame ArmedCards.BusinessLogic.AppServices
리턴 System