Метод |
Описание |
|
AdminMenu ( ) : System.Web.Mvc.ActionResult |
|
|
AdminMenuOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
CheckPassword ( string password ) : System.Web.Mvc.JsonResult |
|
|
CheckPasswordOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string password ) : void |
|
|
ConfirmEmail ( int userId, string code ) : System.Threading.Tasks.Task |
|
|
ConfirmEmailOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int userId, string code ) : void |
|
|
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
ExternalLoginCallback ( string returnUrl ) : System.Threading.Tasks.Task |
|
|
ExternalLoginCallbackOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string returnUrl ) : void |
|
|
ExternalLoginConfirmation ( Web.Controllers.ViewModel model, string returnUrl ) : System.Threading.Tasks.Task |
|
|
ExternalLoginConfirmationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel model, string returnUrl ) : void |
|
|
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult |
|
|
ExternalLoginFailureOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
ExternalLoginOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string provider, string returnUrl ) : void |
|
|
ForgotPassword ( ) : System.Web.Mvc.ActionResult |
|
|
ForgotPassword ( Web.Controllers.ViewModel model ) : System.Threading.Tasks.Task |
|
|
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult |
|
|
ForgotPasswordConfirmationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
ForgotPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
ForgotPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel model ) : void |
|
|
IsEmailAvailable ( string email ) : System.Web.Mvc.JsonResult |
|
|
IsEmailAvailableOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string email ) : void |
|
|
IsEmailExist ( string email, int id ) : System.Web.Mvc.JsonResult |
|
|
IsEmailExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string email, int id ) : void |
|
|
IsNameForShowExist ( string nameForShow, int id ) : System.Web.Mvc.JsonResult |
|
|
IsNameForShowExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string nameForShow, int id ) : void |
|
|
IsUserNameExist ( string userName, int id ) : System.Web.Mvc.JsonResult |
|
|
IsUserNameExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string userName, int id ) : void |
|
|
LogOff ( ) : System.Web.Mvc.ActionResult |
|
|
LogOffOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
Login ( string returnUrl ) : System.Web.Mvc.ActionResult |
|
|
Login ( Web.Controllers.ViewModel model, string returnUrl ) : System.Threading.Tasks.Task |
|
|
LoginOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel model, string returnUrl ) : void |
|
|
LoginOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string returnUrl ) : void |
|
|
ReceiveActivatorEmail ( ) : System.Web.Mvc.ActionResult |
|
|
ReceiveActivatorEmail ( Web.Controllers.ViewModel viewModel ) : System.Threading.Tasks.Task |
|
|
ReceiveActivatorEmailOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
ReceiveActivatorEmailOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel viewModel ) : void |
|
|
Register ( ) : System.Web.Mvc.ActionResult |
|
|
Register ( Web.Controllers.ViewModel model ) : System.Threading.Tasks.Task |
|
|
RegisterOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
RegisterOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel model ) : void |
|
|
ResetPassword ( string code ) : System.Web.Mvc.ActionResult |
|
|
ResetPassword ( Web.Controllers.ViewModel model ) : System.Threading.Tasks.Task |
|
|
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult |
|
|
ResetPasswordConfirmationOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void |
|
|
ResetPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Web.Controllers.ViewModel model ) : void |
|
|
ResetPasswordOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string code ) : void |
|
|