Méthode | Description | |
---|---|---|
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( CandorMvcApplication model ) : System.Web.Mvc.ActionResult | ||
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
CheckAliasIsAvailable ( string alias ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
ForgotPassword ( CandorMvcApplication model ) : System.Web.Mvc.ActionResult | ||
LogOff ( ) : System.Web.Mvc.ActionResult | ||
Login ( CandorMvcApplication model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
Register ( ) : System.Web.Mvc.ActionResult | ||
Register ( CandorMvcApplication model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
T4MVC_AccountController ( ) : System |
Méthode | Description | |
---|---|---|
ChangePasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void | ||
ChangePasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, CandorMvcApplication model ) : void | ||
ChangePasswordSuccessOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void | ||
CheckAliasIsAvailableOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string alias ) : void | ||
ForgotPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void | ||
ForgotPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, CandorMvcApplication model ) : void | ||
LogOffOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void | ||
LoginOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, CandorMvcApplication model, string returnUrl ) : void | ||
LoginOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string returnUrl ) : void | ||
RegisterOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void | ||
RegisterOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, CandorMvcApplication model, string returnUrl ) : void |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public ChangePassword ( CandorMvcApplication model ) : System.Web.Mvc.ActionResult | ||
model | CandorMvcApplication | |
Résultat | System.Web.Mvc.ActionResult |
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public CheckAliasIsAvailable ( string alias ) : System.Web.Mvc.ActionResult | ||
alias | string | |
Résultat | System.Web.Mvc.ActionResult |
public ForgotPassword ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public ForgotPassword ( CandorMvcApplication model ) : System.Web.Mvc.ActionResult | ||
model | CandorMvcApplication | |
Résultat | System.Web.Mvc.ActionResult |
public LogOff ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Login ( CandorMvcApplication model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
model | CandorMvcApplication | |
returnUrl | string | |
Résultat | System.Web.Mvc.ActionResult |
public Login ( string returnUrl ) : System.Web.Mvc.ActionResult | ||
returnUrl | string | |
Résultat | System.Web.Mvc.ActionResult |
public Register ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Register ( CandorMvcApplication model, string returnUrl ) : System.Web.Mvc.ActionResult | ||
model | CandorMvcApplication | |
returnUrl | string | |
Résultat | System.Web.Mvc.ActionResult |
public T4MVC_AccountController ( ) : System | ||
Résultat | System |