C# Class ArmedCards.BusinessLogic.DomainServices.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.AppServices insertGameRound, ArmedCards.BusinessLogic.AppServices dealCards ) : 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.AppServices insertGameRound, ArmedCards.BusinessLogic.AppServices dealCards ) : System
insertGameRound ArmedCards.BusinessLogic.AppServices
dealCards ArmedCards.BusinessLogic.AppServices
Résultat System