C# 클래스 Saimoe.Controllers.JoinController

상속: Controller
파일 보기 프로젝트 열기: quietlynn/gplus.saimoe

공개 프로퍼티들

프로퍼티 타입 설명
MinDate System.DateTime

공개 메소드들

메소드 설명
JoinController ( ) : System
JoinController ( GoogleUser user, ContestantService service ) : System
Success ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Edit ( ) : System.Web.Mvc.ActionResult
Edit ( Profile model ) : System.Web.Mvc.ActionResult
GPlusUrlC14n ( string url ) : string
Index ( ) : System.Web.Mvc.ActionResult
Index ( Profile model ) : System.Web.Mvc.ActionResult
getJoinedDate ( ) : DateTime?

메소드 상세

JoinController() 공개 메소드

public JoinController ( ) : System
리턴 System

JoinController() 공개 메소드

public JoinController ( GoogleUser user, ContestantService service ) : System
user Saimoe.Models.GoogleUser
service Saimoe.Core.ContestantService
리턴 System

Success() 공개 메소드

public Success ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

프로퍼티 상세

MinDate 공개적으로 정적으로 프로퍼티

public static DateTime,System MinDate
리턴 System.DateTime