Метод | Описание | |
---|---|---|
Execute ( Entities filter ) : void |
Update the game's shuffle counts based on filter
|
|
Execute ( |
Update last played and possibly game over date
|
|
Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System |
public Execute ( Entities filter ) : void | ||
filter | Entities | The filter used to determine what game to update and the counts to update it with |
Результат | void |
public Execute ( |
||
gameID | The ID of the game to update | |
playedLast | System.DateTime | The datetime to mark the game as last played |
gameOver | System.DateTime | The datetime the game was ended |
Результат | void |
public Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System | ||
update | ArmedCards.BusinessLogic.DomainServices.Game | |
Результат | System |