C# Class MonkeyFist.Models.Application

Afficher le fichier Open project: robconery/monkey-fist Class Usage Examples

Méthodes publiques

Méthode Description
Application ( string email, string password, string confirm ) : System
IsAccepted ( ) : bool
IsInvalid ( ) : bool
IsValid ( ) : bool

Method Details

Application() public méthode

public Application ( string email, string password, string confirm ) : System
email string
password string
confirm string
Résultat System

IsAccepted() public méthode

public IsAccepted ( ) : bool
Résultat bool

IsInvalid() public méthode

public IsInvalid ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool