C# Class strICT.InFlow.Web.Controllers.AccountController

Inheritance: Controller
显示文件 Open project: InFlowBPM/InFlow-BPMS

Private Properties

Property Type Description
AddErrors void
HasPassword bool
LogOffAD System.Web.Mvc.ActionResult
LogOffLocal System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Manage Task
ManageAD Task
ManageLocal System.Web.Mvc.ActionResult
RedirectToLocal System.Web.Mvc.ActionResult
SignInAsync System.Threading.Tasks.Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( UserManager userManager ) : System
LogOff ( ) : System.Web.Mvc.ActionResult
Manage ( ManageMessageId message ) : Task
SignOutCallback ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
HasPassword ( ) : bool
LogOffAD ( ) : System.Web.Mvc.ActionResult
LogOffLocal ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Manage ( ManageUserViewModel model ) : Task
ManageAD ( ) : Task
ManageLocal ( ManageMessageId message ) : System.Web.Mvc.ActionResult
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
SignInAsync ( ApplicationUser user, bool isPersistent ) : System.Threading.Tasks.Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( UserManager userManager ) : System
userManager UserManager
return System

LogOff() public method

public LogOff ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Manage() public method

public Manage ( ManageMessageId message ) : Task
message ManageMessageId
return Task

SignOutCallback() public method

public SignOutCallback ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult