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

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

Public Methods

Method Description
Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System
Execute ( Int32 gameID, List cardIDs, Int32 userId ) : void

Complete the current round

Method Details

Complete() public method

public Complete ( ArmedCards.BusinessLogic.DomainServices.GameRound completeGameRound, Hubs sendMessage, Game updateGame ) : System
completeGameRound ArmedCards.BusinessLogic.DomainServices.GameRound
sendMessage Hubs
updateGame Game
return System

Execute() public method

Complete the current round
public Execute ( Int32 gameID, List cardIDs, Int32 userId ) : void
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 void