C# Class ArmedCards.BusinessLogic.AppServices.GamePlayerCard.Deal

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

Méthodes publiques

Méthode Description
Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System
Execute ( Entities game, System.Boolean dealQuestion = true ) : void

Handle dealing cards to players in game

Method Details

Deal() public méthode

public Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System
dealGamePlayerCard ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
Résultat System

Execute() public méthode

Handle dealing cards to players in game
public Execute ( Entities game, System.Boolean dealQuestion = true ) : void
game Entities The game to deal cards for
dealQuestion System.Boolean Is a question card needed
Résultat void