C# Класс ArmedCards.BusinessLogic.AppServices.GameRound.Select

Implementation of Base.ISelect
Наследование: Base.ISelect
Показать файл Открыть проект

Открытые методы

Метод Описание
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