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

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

Public Methods

Method Description
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.BusinessLogic.DomainServices.GamePlayerKickVote select ) : System

Method Details

Execute() public method

Select all the votes based on filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select votes to kick
return List

Execute() public method

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
return List

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote select ) : System
select ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote
return System