C# Class Castle.MonoRail.Views.Brail.TestSite.Controllers.AjaxController.User

Show file Open project: nats/castle-1.0.3-mono

Protected Properties

Property Type Description
email string
name string

Public Methods

Method Description
User ( string name, string email ) : System

Method Details

User() public method

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

Property Details

email protected property

protected string email
return string

name protected property

protected string name
return string