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

Implementation of Base.IStart
Inheritance: Base.IStart
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode 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 méthode

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
Résultat System.Boolean

Start() public méthode

public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System
startRound ArmedCards.BusinessLogic.DomainServices.GameRound
updateGame Game
Résultat System