C# Class ArmedCards.BusinessLogic.DomainServices.GameRound.Complete

Implementation of Base.IComplete
Inheritance: Base.IComplete
Show file Open project: kwmcrell/ArmedCards

Public Methods

Method Description
Complete ( ArmedCards.BusinessLogic.AppServices selectGameRound, ArmedCards.BusinessLogic.AppServices updateGameRoundCard, ArmedCards.BusinessLogic.AppServices startGameRoud, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices updateGamePlayer ) : System
Execute ( Int32 gameID, List cardIDs, Int32 userId ) : Entities.ActionResponses.RoundComplete

Complete the current round

Method Details

Complete() public method

public Complete ( ArmedCards.BusinessLogic.AppServices selectGameRound, ArmedCards.BusinessLogic.AppServices updateGameRoundCard, ArmedCards.BusinessLogic.AppServices startGameRoud, ArmedCards.BusinessLogic.AppServices selectGame, ArmedCards.BusinessLogic.AppServices updateGamePlayer ) : System
selectGameRound ArmedCards.BusinessLogic.AppServices
updateGameRoundCard ArmedCards.BusinessLogic.AppServices
startGameRoud ArmedCards.BusinessLogic.AppServices
selectGame ArmedCards.BusinessLogic.AppServices
updateGamePlayer ArmedCards.BusinessLogic.AppServices
return System

Execute() public method

Complete the current round
public Execute ( Int32 gameID, List cardIDs, Int32 userId ) : Entities.ActionResponses.RoundComplete
gameID System.Int32 The ID of the game that contains the round
cardIDs List The IDs of the winning cards
userId System.Int32 The user Id trying to complete the round
return Entities.ActionResponses.RoundComplete