C# Class Carrotware.CMS.Core.ProfileManager

Mostrar archivo Open project: ninianne98/CarrotCakeCMS Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GenerateSimplePassword ( ) : string
Load ( string username ) : void
Load ( string username, bool anon ) : void
ProfileManager ( ) : System
ProfileManager ( string username ) : System
ProfileManager ( string username, bool anon ) : System
ResetPassword ( string Email, Control theControl ) : bool
Update ( ) : void

Method Details

GenerateSimplePassword() public static method

public static GenerateSimplePassword ( ) : string
return string

Load() public method

public Load ( string username ) : void
username string
return void

Load() public method

public Load ( string username, bool anon ) : void
username string
anon bool
return void

ProfileManager() public method

public ProfileManager ( ) : System
return System

ProfileManager() public method

public ProfileManager ( string username ) : System
username string
return System

ProfileManager() public method

public ProfileManager ( string username, bool anon ) : System
username string
anon bool
return System

ResetPassword() public method

public ResetPassword ( string Email, Control theControl ) : bool
Email string
theControl System.Web.UI.Control
return bool

Update() public method

public Update ( ) : void
return void