C# Class CodeGarten.Data.Access.UserEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: CodeGarten/CodeGarten Class Usage Examples

Méthodes publiques

Méthode Description
UserEventArgs ( User user ) : System
UserEventArgs ( User user, string passwordPlainText ) : System

Method Details

UserEventArgs() public méthode

public UserEventArgs ( User user ) : System
user CodeGarten.Data.Model.User
Résultat System

UserEventArgs() public méthode

public UserEventArgs ( User user, string passwordPlainText ) : System
user CodeGarten.Data.Model.User
passwordPlainText string
Résultat System