C# 클래스 ArmedCards.BusinessLogic.Repositories.GameRound.Select

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

공개 메소드들

메소드 설명
Execute ( Entities filter ) : Entities.GameRound

Selects the current round for a game

Execute ( Entities filter ) : List

Selects game rounds base on supplied filter

Select ( ArmedCards.DataAccess.GameRound selectGameRound, ArmedCards.BusinessLogic.AppServices selectGameRoundCards ) : System

메소드 상세

Execute() 공개 메소드

Selects the current round for a game
public Execute ( Entities filter ) : Entities.GameRound
filter Entities Filter used to select game rounds
리턴 Entities.GameRound

Execute() 공개 메소드

Selects game rounds base on supplied filter
public Execute ( Entities filter ) : List
filter Entities Filter used to select game rounds
리턴 List

Select() 공개 메소드

public Select ( ArmedCards.DataAccess.GameRound selectGameRound, ArmedCards.BusinessLogic.AppServices selectGameRoundCards ) : System
selectGameRound ArmedCards.DataAccess.GameRound
selectGameRoundCards ArmedCards.BusinessLogic.AppServices
리턴 System