C# Класс ArmedCards.BusinessLogic.DomainServices.GamePlayerCard.CalculateDrawCount

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

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

Метод Описание
Execute ( Entities question, List players ) : Int32>.Dictionary

Calculate the number of cards each player needs to draw in order to have a full hand

Приватные методы

Метод Описание
Execute ( Entities question, Int32 playerCardCount ) : Int32

Calculates the number of cards needed for a single player

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

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

Calculate the number of cards each player needs to draw in order to have a full hand
public Execute ( Entities question, List players ) : Int32>.Dictionary
question Entities The question card for the round
players List List of players in the game
Результат Int32>.Dictionary