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

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

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

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

Select all the votes based on filter

Execute ( Entities filter, Int32 &totalPlayers ) : List

Select all the votes based on filter

Select ( ArmedCards.DataAccess.GamePlayerKickVote select, ArmedCards.BusinessLogic.AppServices selectUser ) : System

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

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

Select all the votes based on filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select votes to kick
Результат List

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

Select all the votes based on filter
public Execute ( Entities filter, Int32 &totalPlayers ) : List
filter Entities Filter used to select votes to kick
totalPlayers System.Int32 The total number of players in the game
Результат List

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

public Select ( ArmedCards.DataAccess.GamePlayerKickVote select, ArmedCards.BusinessLogic.AppServices selectUser ) : System
select ArmedCards.DataAccess.GamePlayerKickVote
selectUser ArmedCards.BusinessLogic.AppServices
Результат System