C# Class ArmedCards.BusinessLogic.AppServices.Game.Start

Implementation of Base.IStart
Inheritance: Base.IStart
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Int32 gameID, Entities commander ) : Entities.Game

Starts a game if certain requirements are met

Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System

Method Details

Execute() public method

Starts a game if certain requirements are met
public Execute ( Int32 gameID, Entities commander ) : Entities.Game
gameID System.Int32 The ID for the game to start
commander Entities The commander for the first round
return Entities.Game

Start() public method

public Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System
selectGame Base
startRound GameRound
sendMessage Hubs
return System