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

Inheritance: Identifiable, IPrincipal, IIdentity
Mostra file Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
IsInRole ( string role ) : bool
User ( string name, string email, string passwd ) : System

Method Details

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

User() public method

public User ( string name, string email, string passwd ) : System
name string
email string
passwd string
return System