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

Inheritance: Identifiable, IPrincipal, IIdentity
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsInRole ( string role ) : bool
User ( string name, string email, string passwd ) : System

Method Details

IsInRole() public méthode

public IsInRole ( string role ) : bool
role string
Résultat bool

User() public méthode

public User ( string name, string email, string passwd ) : System
name string
email string
passwd string
Résultat System