C# Класс ArmedCards.Entities.Models.Game.Board.Answers

View model used to render the answers section of the board
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Answers ( System.Boolean roundHasWinner, System.Boolean isCommander, System.Boolean waitingOnAllAnswers, System.Boolean showAnswers, System.Boolean handShowing, System.Boolean showBoard, Entities.GameRoundCard>.List groupedAnswers ) : System

Constructor

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

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

Constructor
public Answers ( System.Boolean roundHasWinner, System.Boolean isCommander, System.Boolean waitingOnAllAnswers, System.Boolean showAnswers, System.Boolean handShowing, System.Boolean showBoard, Entities.GameRoundCard>.List groupedAnswers ) : System
roundHasWinner System.Boolean
isCommander System.Boolean
waitingOnAllAnswers System.Boolean
showAnswers System.Boolean
handShowing System.Boolean
showBoard System.Boolean
groupedAnswers Entities.GameRoundCard>.List
Результат System