C# Class ArmedCards.BusinessLogic.AppServices.GameRound.Select

Implementation of Base.ISelect
Inheritance: Base.ISelect
Datei anzeigen Open project: kwmcrell/ArmedCards

Public Methods

Method Description
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

Method Details

Execute() public method

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
return Entities.GameRound

Execute() public method

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

Execute() public method

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

Select() public method

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