C# Класс ArmedCards.BusinessLogic.AppServices.GamePlayerCard.Play

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

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

Метод Описание
Execute ( List cardIDs, Int32 gameID, Int32 userId, System.Boolean autoPlayed = false ) : Entities.ActionResponses.PlayCard

Play a list of cards from a user's hand

Play ( ArmedCards.BusinessLogic.DomainServices playCard, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices sendMessage, ArmedCards.BusinessLogic.AppServices updateGame ) : System

Описание методов

Execute() публичный Метод

Play a list of cards from a user's hand
public Execute ( List cardIDs, Int32 gameID, Int32 userId, System.Boolean autoPlayed = false ) : Entities.ActionResponses.PlayCard
cardIDs List The card IDs the user has selected
gameID System.Int32 The game ID in which the user wants to play the card
userId System.Int32 The user Id
autoPlayed System.Boolean Were these cards auto played
Результат Entities.ActionResponses.PlayCard

Play() публичный Метод

public Play ( ArmedCards.BusinessLogic.DomainServices playCard, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices sendMessage, ArmedCards.BusinessLogic.AppServices updateGame ) : System
playCard ArmedCards.BusinessLogic.DomainServices
selectGame ArmedCards.BusinessLogic.AppServices
sendMessage ArmedCards.BusinessLogic.AppServices
updateGame ArmedCards.BusinessLogic.AppServices
Результат System