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

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

공개 메소드들

메소드 설명
Execute ( Int32 gameID, Entities commander ) : Entities.Game

Starts a game if certain requirements are met

Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System

메소드 상세

Execute() 공개 메소드

Starts a game if certain requirements are met
public Execute ( Int32 gameID, Entities commander ) : Entities.Game
gameID System.Int32 The ID for the game to start
commander Entities The commander for the first round
리턴 Entities.Game

Start() 공개 메소드

public Start ( Base selectGame, GameRound startRound, Hubs sendMessage ) : System
selectGame Base
startRound GameRound
sendMessage Hubs
리턴 System