C# Class ArmedCards.BusinessLogic.DomainServices.GamePlayerCard.CreateHand

Implementation of Base.ICreateHand
Inheritance: Base.ICreateHand
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
CreateHand ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard insertPlayerCard ) : System
Execute ( List answers, Int32>.Dictionary numbersToDraw, Entities game ) : void

Create hands for all players in the game

Private Methods

Method Description
Execute ( Int32 drawCount, Int32 userId, Int32 gameID, List answers ) : List

Method Details

CreateHand() public method

public CreateHand ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard insertPlayerCard ) : System
insertPlayerCard ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
return System

Execute() public method

Create hands for all players in the game
public Execute ( List answers, Int32>.Dictionary numbersToDraw, Entities game ) : void
answers List List of answers that can be dealt
numbersToDraw Int32>.Dictionary
game Entities The current game
return void