C# Class ArmedCards.Entities.Models.Game.Board.Answers

View model used to render the answers section of the board
Show file Open project: kwmcrell/ArmedCards Class Usage Examples

Public Methods

Method Description
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

Method Details

Answers() public method

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
return System