C# Класс ArmedCards.Web.Controllers.Game.Board.LeaveController

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

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

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