C# Class MvcInstaller.RequiresQuestionAndAnswer

Inheritance: PropertyRule
Afficher le fichier Open project: kahanu/MvcInstaller Class Usage Examples

Méthodes publiques

Méthode Description
RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required )
RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required ) : System
Validate ( ) : bool

Method Details

RequiresQuestionAndAnswer() public méthode

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

RequiresQuestionAndAnswer() public méthode

public RequiresQuestionAndAnswer ( string userName, string question, string answer, bool required ) : System
userName string
question string
answer string
required bool
Résultat System

Validate() public méthode

public Validate ( ) : bool
Résultat bool