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

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

Public Methods

Method Description
Execute ( Entities game, Entities commander ) : System.Boolean

Starts a round if certain requirements are met

Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System

Method Details

Execute() public method

Starts a round if certain requirements are met
public Execute ( Entities game, Entities commander ) : System.Boolean
game Entities The game to start a new round for
commander Entities The new round's commander
return System.Boolean

Start() public method

public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System
startRound ArmedCards.BusinessLogic.DomainServices.GameRound
updateGame Game
return System