C# 클래스 ArmedCards.BusinessLogic.DomainServices.Card.Shuffle

Implementation of Base.IShuffle
상속: Base.IShuffle
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Entities game, List &questions, List &answers ) : void

Get cards shuffle and seperate into questions and answers

Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System

메소드 상세

Execute() 공개 메소드

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
리턴 void

Shuffle() 공개 메소드

public Shuffle ( ArmedCards.BusinessLogic.AppServices selectCard ) : System
selectCard ArmedCards.BusinessLogic.AppServices
리턴 System