C# 클래스 MvcInstaller.RequiresQuestionAndAnswer

상속: PropertyRule
파일 보기 프로젝트 열기: kahanu/MvcInstaller 1 사용 예제들

공개 메소드들

메소드 설명
RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required )
RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required ) : System
Validate ( ) : bool

메소드 상세

RequiresQuestionAndAnswer() 공개 메소드

public RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required )
userName string
question string
answer string
required bool

RequiresQuestionAndAnswer() 공개 메소드

public RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required ) : System
userName string
question string
answer string
required bool
리턴 System

Validate() 공개 메소드

public Validate ( ) : bool
리턴 bool