C# 클래스 ArmedCards.BusinessLogic.AppServices.GamePlayerKickVote.Select

Implements Base.ISelect
상속: Base.ISelect
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

메소드 설명
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

메소드 상세

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.BusinessLogic.DomainServices.GamePlayerKickVote select ) : System
select ArmedCards.BusinessLogic.DomainServices.GamePlayerKickVote
리턴 System