C# Class ArmedCards.BusinessLogic.AppServices.Game.Update

Implementation of Base.IUpdate
Inheritance: Base.IUpdate
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Execute ( Entities filter ) : void

Update the game's shuffle counts based on filter

Execute ( Int32 gameID, System.DateTime playedLast, System.DateTime gameOver ) : void

Update last played and possibly game over date

Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System

Method Details

Execute() public method

Update the game's shuffle counts based on filter
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what game to update and the counts to update it with
return void

Execute() public method

Update last played and possibly game over date
public Execute ( Int32 gameID, System.DateTime playedLast, System.DateTime gameOver ) : void
gameID System.Int32 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
return void

Update() public method

public Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System
update ArmedCards.BusinessLogic.DomainServices.Game
return System