C# Класс ArmedCards.BusinessLogic.AppServices.GameRound.Start

Implementation of Base.IStart
Наследование: Base.IStart
Показать файл Открыть проект

Открытые методы

Метод Описание
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