C# Класс ArmedCards.BusinessLogic.Repositories.GamePlayer.Select

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

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

Метод Описание
Execute ( Entities filter ) : List

Selects game players base on supplied filter

Select ( ArmedCards.DataAccess.GamePlayer selectGamePlayers, ArmedCards.BusinessLogic.AppServices selectGamePlayerCards ) : System

Приватные методы

Метод Описание
SelectCards ( Entities filter, List players ) : void

Описание методов

Execute() публичный Метод

Selects game players base on supplied filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select game players
Результат List

Select() публичный Метод

public Select ( ArmedCards.DataAccess.GamePlayer selectGamePlayers, ArmedCards.BusinessLogic.AppServices selectGamePlayerCards ) : System
selectGamePlayers ArmedCards.DataAccess.GamePlayer
selectGamePlayerCards ArmedCards.BusinessLogic.AppServices
Результат System