C# Class Streameo.Controllers.AuthController

Inheritance: Controller
显示文件 Open project: Archon-/Streameo

Public Methods

Method Description
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Facebook ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
Login ( ) : System.Web.Mvc.ViewResult
Register ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( User user ) : System.Web.Mvc.ActionResult
Handshake ( string code ) : System.Web.Mvc.ActionResult
Login ( string email, string pass ) : System.Web.Mvc.ActionResult
Register ( User user ) : System.Web.Mvc.ActionResult

Method Details

Delete() public method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Details() public method

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
return System.Web.Mvc.ViewResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Edit() public method

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

Facebook() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Login() public method

public Login ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

Register() public method

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