C# 클래스 ArmedCards.BusinessLogic.AppServices.GamePlayer.Update

Implementation of Base.IUpdate
상속: Base.IUpdate
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
Execute ( Entities filter ) : void

Update a game player's point count

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

메소드 상세

Execute() 공개 메소드

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

Update() 공개 메소드

public Update ( ArmedCards.BusinessLogic.DomainServices.GamePlayer update ) : System
update ArmedCards.BusinessLogic.DomainServices.GamePlayer
리턴 System