메소드 | 설명 | |
---|---|---|
AllPlayersAnswered ( ) : System.Boolean |
Check to see if all players have answered
|
|
GameRound ( ) : System | ||
GameRound ( IDataReader idr ) : System | ||
GroupedAnswers ( ) : Entities.GameRoundCard>>.List |
Return grouped answers based on who played them
|
|
HasAnswer ( |
Check to see if user has answered the question already
|
|
HasWinner ( ) : System.Boolean |
The round has a winner
|
|
IsCommander ( |
Determine if the user is the card commander
|
|
ValidateCardPlayedCount ( |
Validate the right number of cards were played for the question
|
|
ValidateWinnerSelection ( List |
Validate that the selected winner was in fact played during the round
|
|
Winner ( ) : Entities.User |
Get the next commander based round winner
|
public GroupedAnswers ( ) : Entities.GameRoundCard>>.List |
||
리턴 | Entities.GameRoundCard>>.List |
public HasAnswer ( |
||
userId | The user Id to check | |
리턴 | System.Boolean |
public IsCommander ( |
||
userId | The user Id to check | |
리턴 | System.Boolean |
public ValidateCardPlayedCount ( |
||
cardsCount | The number of cards played | |
리턴 | System.Boolean |
public ValidateWinnerSelection ( List |
||
cardIDs | List |
The IDs of winning cards |
리턴 | List |