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

Implementation of Base.ISelect
Inheritance: Base.ISelect
Afficher le fichier Open project: kwmcrell/ArmedCards

Méthodes publiques

Méthode 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 méthode

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
Résultat Entities.GameRound

Execute() public méthode

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

Execute() public méthode

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

Select() public méthode

public Select ( ArmedCards.BusinessLogic.DomainServices.GameRound selectGameRound ) : System
selectGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
Résultat System