C# 클래스 ArmedCards.BusinessLogic.AppServices.GameRound.Delete

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

공개 메소드들

메소드 설명
Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
Execute ( Entities filter ) : void

Delete a game round and all cards played during the round

메소드 상세

Delete() 공개 메소드

public Delete ( ArmedCards.BusinessLogic.DomainServices.GameRound delete ) : System
delete ArmedCards.BusinessLogic.DomainServices.GameRound
리턴 System

Execute() 공개 메소드

Delete a game round and all cards played during the round
public Execute ( Entities filter ) : void
filter Entities The filter used to determine what to delete
리턴 void