C# 클래스 ArmedCards.BusinessLogic.AppServices.GamePlayerCard.Deal

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

공개 메소드들

메소드 설명
Deal ( ArmedCards.BusinessLogic.DomainServices.GamePlayerCard dealGamePlayerCard ) : System
Execute ( Entities game, System.Boolean dealQuestion = true ) : void

Handle dealing cards to players in game

메소드 상세

Deal() 공개 메소드

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

Execute() 공개 메소드

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