C# 클래스 Carrotware.CMS.Core.ProfileManager

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

GenerateSimplePassword() 공개 정적인 메소드

public static GenerateSimplePassword ( ) : string
리턴 string

Load() 공개 메소드

public Load ( string username ) : void
username string
리턴 void

Load() 공개 메소드

public Load ( string username, bool anon ) : void
username string
anon bool
리턴 void

ProfileManager() 공개 메소드

public ProfileManager ( ) : System
리턴 System

ProfileManager() 공개 메소드

public ProfileManager ( string username ) : System
username string
리턴 System

ProfileManager() 공개 메소드

public ProfileManager ( string username, bool anon ) : System
username string
anon bool
리턴 System

ResetPassword() 공개 메소드

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

Update() 공개 메소드

public Update ( ) : void
리턴 void