메소드 | 설명 | |
---|---|---|
Execute ( |
Selects the current round for a game
|
|
Execute ( Entities filter ) : List |
Selects game rounds base on supplied filter
|
|
Execute ( |
Selects game rounds base on gameID
|
|
Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System |
public Execute ( |
||
gameID | Filter used to select game rounds | |
selectCards | System.Boolean | Select cards for the round |
리턴 | Entities.GameRound |
public Execute ( Entities filter ) : List |
||
filter | Entities | Filter used to select game rounds |
리턴 | List |
public Execute ( |
||
gameID | Filter used to select game rounds | |
리턴 | List |
public Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System | ||
selectGameRound | ArmedCards.BusinessLogic.DomainServices.GameRound | |
리턴 | System |