C# 클래스 Tigwi.UI.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi

Private Properties

프로퍼티 타입 설명
MakeStorage IStorage

공개 메소드들

메소드 설명
HomeController ( IStorage storage ) : System
Index ( string error ) : System.Web.Mvc.ActionResult
Me ( string error ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
AuthenticateUser ( IUserModel value, bool rememberMe ) : IUserModel
Deauthenticate ( ) : void
OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
ResetCurrentAccount ( ) : void
TrySetCurrentAccount ( IAccountModel value ) : bool

비공개 메소드들

메소드 설명
MakeStorage ( string accountName, string accountKey ) : IStorage

메소드 상세

AuthenticateUser() 보호된 메소드

protected AuthenticateUser ( IUserModel value, bool rememberMe ) : IUserModel
value IUserModel
rememberMe bool
리턴 IUserModel

Deauthenticate() 보호된 메소드

protected Deauthenticate ( ) : void
리턴 void

HomeController() 공개 메소드

public HomeController ( IStorage storage ) : System
storage IStorage
리턴 System

Index() 공개 메소드

public Index ( string error ) : System.Web.Mvc.ActionResult
error string
리턴 System.Web.Mvc.ActionResult

Me() 공개 메소드

public Me ( string error ) : System.Web.Mvc.ActionResult
error string
리턴 System.Web.Mvc.ActionResult

OnAuthorization() 보호된 메소드

protected OnAuthorization ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
리턴 void

ResetCurrentAccount() 보호된 메소드

protected ResetCurrentAccount ( ) : void
리턴 void

TrySetCurrentAccount() 보호된 메소드

protected TrySetCurrentAccount ( IAccountModel value ) : bool
value IAccountModel
리턴 bool