C# 클래스 Sitecore.Feature.Accounts.Repositories.AccountRepository

상속: IAccountRepository
파일 보기 프로젝트 열기: Sitecore/Habitat 1 사용 예제들

공개 메소드들

메소드 설명
AccountRepository ( IAccountTrackerService accountTrackerService ) : System
Exists ( string userName ) : bool
Login ( string userName, string password ) : User
Logout ( ) : void
RegisterUser ( string email, string password, string profileId ) : void
RestorePassword ( string userName ) : string

메소드 상세

AccountRepository() 공개 메소드

public AccountRepository ( IAccountTrackerService accountTrackerService ) : System
accountTrackerService IAccountTrackerService
리턴 System

Exists() 공개 메소드

public Exists ( string userName ) : bool
userName string
리턴 bool

Login() 공개 메소드

public Login ( string userName, string password ) : User
userName string
password string
리턴 User

Logout() 공개 메소드

public Logout ( ) : void
리턴 void

RegisterUser() 공개 메소드

public RegisterUser ( string email, string password, string profileId ) : void
email string
password string
profileId string
리턴 void

RestorePassword() 공개 메소드

public RestorePassword ( string userName ) : string
userName string
리턴 string