C# Класс ArmedCards.BusinessLogic.AppServices.Game.Update

Implementation of Base.IUpdate
Наследование: Base.IUpdate
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Execute() публичный Метод

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
Результат void

Execute() публичный Метод

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
Результат void

Update() публичный Метод

public Update ( ArmedCards.BusinessLogic.DomainServices.Game update ) : System
update ArmedCards.BusinessLogic.DomainServices.Game
Результат System