C# 클래스 ThirdPartySignup.Controllers.LinkedInController

Controller create feature login with LinkedIn account
상속: Controller
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager

공개 메소드들

메소드 설명
LinkedInController ( UserProcessor userProcessor, LinkedInService linkedInService ) : System.Globalization

Initializes a new instance of the LinkedInController class.

LogonEnd ( ) : System.Web.Mvc.ActionResult

Logons the end.

LogonStart ( ) : System.Web.Mvc.ActionResult

Logons the start.

RegisterLinkedIn ( ) : System.Web.Mvc.ActionResult

The register linked in.

비공개 메소드들

메소드 설명
RegisterLinkedIn ( RegisterLinkedInModel model ) : System.Web.Mvc.ActionResult

메소드 상세

LinkedInController() 공개 메소드

Initializes a new instance of the LinkedInController class.
public LinkedInController ( UserProcessor userProcessor, LinkedInService linkedInService ) : System.Globalization
userProcessor BinaryStudio.TaskManager.Logic.Core.UserProcessor /// The user processor. ///
linkedInService BinaryStudio.TaskManager.Logic.Authorize.LinkedInService /// The linked in service. ///
리턴 System.Globalization

LogonEnd() 공개 메소드

Logons the end.
public LogonEnd ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

LogonStart() 공개 메소드

Logons the start.
public LogonStart ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

RegisterLinkedIn() 공개 메소드

The register linked in.
public RegisterLinkedIn ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult