C# Class ArmedCards.BusinessLogic.AppServices.Game.ValidatePassphrase

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

Public Methods

Method Description
Execute ( Int32 gameID, String passphrase ) : bool

Validate the passhrase policy

ValidatePassphrase ( Base selectGame, ArmedCards.BusinessLogic.DomainServices.Game validatePassphrase ) : System

Method Details

Execute() public method

Validate the passhrase policy
public Execute ( Int32 gameID, String passphrase ) : bool
gameID System.Int32 The gameID for the game containing the policy
passphrase String The user supplied passphrase
return bool

ValidatePassphrase() public method

public ValidatePassphrase ( Base selectGame, ArmedCards.BusinessLogic.DomainServices.Game validatePassphrase ) : System
selectGame Base
validatePassphrase ArmedCards.BusinessLogic.DomainServices.Game
return System