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

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

Public Methods

Method Description
Execute ( Entities filter ) : List

Selects game players base on supplied filter

Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayer selectGamePlayers ) : System

Method Details

Execute() public method

Selects game players base on supplied filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select game players
return List

Select() public method

public Select ( ArmedCards.BusinessLogic.DomainServices.GamePlayer selectGamePlayers ) : System
selectGamePlayers ArmedCards.BusinessLogic.DomainServices.GamePlayer
return System