C# 클래스 ArmedCards.BusinessLogic.AppServices.Game.ValidatePassphrase

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

공개 메소드들

메소드 설명
Execute ( Int32 gameID, String passphrase ) : bool

Validate the passhrase policy

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

메소드 상세

Execute() 공개 메소드

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
리턴 bool

ValidatePassphrase() 공개 메소드

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