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

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

공개 메소드들

메소드 설명
Execute ( Int32 gameID, System.Boolean selectCards ) : Entities.GameRound

Selects the current round for a game

Execute ( Entities filter ) : List

Selects game rounds base on supplied filter

Execute ( Int32 gameID ) : List

Selects game rounds base on gameID

Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System

메소드 상세

Execute() 공개 메소드

Selects the current round for a game
public Execute ( Int32 gameID, System.Boolean selectCards ) : Entities.GameRound
gameID System.Int32 Filter used to select game rounds
selectCards System.Boolean Select cards for the round
리턴 Entities.GameRound

Execute() 공개 메소드

Selects game rounds base on supplied filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select game rounds
리턴 List

Execute() 공개 메소드

Selects game rounds base on gameID
public Execute ( Int32 gameID ) : List
gameID System.Int32 Filter used to select game rounds
리턴 List

Select() 공개 메소드

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System
selectGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
리턴 System