C# Class ChestClient.Controllers.GameController

Inheritance: Controller
Show file Open project: Beginner7/Command2

Public Properties

Property Type Description
Messages List

Public Methods

Method Description
DoMove ( ) : System.Web.Mvc.ActionResult
Free ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Index2 ( ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
MoveVariants ( ) : System.Web.Mvc.ActionResult
Real ( string gameID ) : System.Web.Mvc.ActionResult
StartFree ( ) : System.Web.Mvc.ActionResult
Status ( ) : System.Web.Mvc.ActionResult

Method Details

DoMove() public method

public DoMove ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Free() public method

public Free ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index2() public method

public Index2 ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

List() public method

public List ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

MoveVariants() public method

public MoveVariants ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Real() public method

public Real ( string gameID ) : System.Web.Mvc.ActionResult
gameID string
return System.Web.Mvc.ActionResult

StartFree() public method

public StartFree ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Status() public method

public Status ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Property Details

Messages public property

public List Messages
return List