C# Class ArmedCards.DataAccess.GamePlayerKickVote.Select

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

Méthodes publiques

Méthode 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 ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System

Method Details

Execute() public méthode

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

Execute() public méthode

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
Résultat List

Select() public méthode

public Select ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System
db Microsoft.Practices.EnterpriseLibrary.Data.Database
Résultat System