C# Class Castle.Applications.PestControl.Model.UserCollection

Inheritance: System.Collections.ReadOnlyCollectionBase
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
Add ( User user ) : void
Authenticate ( String email, String password ) : bool
FindByEmail ( String email ) : User

Method Details

Add() public méthode

public Add ( User user ) : void
user User
Résultat void

Authenticate() public méthode

public Authenticate ( String email, String password ) : bool
email String
password String
Résultat bool

FindByEmail() public méthode

public FindByEmail ( String email ) : User
email String
Résultat User