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

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

Public Methods

Method 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 method

public Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System
dealGamePlayerCard ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
return System

Execute() public method

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
return void