C# Class ArmedCards.BusinessLogic.DomainServices.Card.Shuffle

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

Méthodes publiques

Méthode Description
Execute ( Entities game, List &questions, List &answers ) : void

Get cards shuffle and seperate into questions and answers

Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System

Method Details

Execute() public méthode

Get cards shuffle and seperate into questions and answers
public Execute ( Entities game, List &questions, List &answers ) : void
game Entities The game to get cards for
questions List A list of question cards
answers List A list of answer cards
Résultat void

Shuffle() public méthode

public Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System
selectCard ArmedCards.BusinessLogic.AppServices
Résultat System