C# 클래스 ArmedCards.DataAccess.Game.Update

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

공개 메소드들

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

Update last played and possibly game over date based on filter

Update ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System

Dependency Injected Constructor

메소드 상세

Execute() 공개 메소드

Update last played and possibly game over date based on filter
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what game to update and the dates to update it with
리턴 void

Update() 공개 메소드

Dependency Injected Constructor
public Update ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database Database
리턴 System