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

Implementation of Base.IUpdate
Inheritance: Base.IUpdate
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode Description
Execute ( Entities filter ) : void

Update a game player's point count

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

Method Details

Execute() public méthode

Update a game player's point count
public Execute ( Entities filter ) : void
filter Entities The filter used to update a player's points
Résultat void

Update() public méthode

public Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System
update ArmedCards.BusinessLogic.DomainServices.GamePlayer
Résultat System