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