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

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

Méthodes publiques

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

Méthode Description
Execute ( Int32 drawCount, Int32 userId, Int32 gameID, List answers ) : List

Method Details

CreateHand() public méthode

public CreateHand ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard insertPlayerCard ) : System
insertPlayerCard ArmedCards.BusinessLogic.DomainServices.GamePlayerCard
Résultat System

Execute() public méthode

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
Résultat void