C# 클래스 ArmedCards.BusinessLogic.AppServices.GameRound.Start

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

공개 메소드들

메소드 설명
Execute ( Entities game, Entities commander ) : System.Boolean

Starts a round if certain requirements are met

Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System

메소드 상세

Execute() 공개 메소드

Starts a round if certain requirements are met
public Execute ( Entities game, Entities commander ) : System.Boolean
game Entities The game to start a new round for
commander Entities The new round's commander
리턴 System.Boolean

Start() 공개 메소드

public Start ( ArmedCards.BusinessLogic.DomainServices.GameRound startRound, Game updateGame ) : System
startRound ArmedCards.BusinessLogic.DomainServices.GameRound
updateGame Game
리턴 System