C# 클래스 CmsWeb.Areas.OnlineReg.Controllers.OnlineRegController

상속: CmsController
파일 보기 프로젝트 열기: bvcms/bvcms 1 사용 예제들

공개 메소드들

메소드 설명
RegisterLinkMaster ( int id ) : System.Web.Mvc.ActionResult
RsvpLinkSg ( string id, string message, bool confirm, bool regrets = false ) : System.Web.Mvc.ActionResult
SetHeaders ( CmsWeb.Models.OnlineRegModel m2 ) : void
VoteLinkSg ( string id, string message, bool confirm ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
IsSmallGroupFilled ( CmsData.Registration.Settings setting, int orgid, string sg ) : bool
RegisterLink ( string id, bool showfamily, string source ) : System.Web.Mvc.ActionResult
RsvpLinkSg ( string id, string message, bool confirm, System.Web.Mvc.FormCollection formCollection, bool regrets = false ) : System.Web.Mvc.ActionResult
SendLink ( string id ) : System.Web.Mvc.ActionResult
SendLink ( string id, System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult
SetHeaders ( int id ) : void
SetHeaders2 ( int id ) : void
VoteLinkSg ( string id, string message, bool confirm, System.Web.Mvc.FormCollection formCollection ) : System.Web.Mvc.ActionResult

메소드 상세

RegisterLinkMaster() 공개 메소드

public RegisterLinkMaster ( int id ) : System.Web.Mvc.ActionResult
id int
리턴 System.Web.Mvc.ActionResult

RsvpLinkSg() 공개 메소드

public RsvpLinkSg ( string id, string message, bool confirm, bool regrets = false ) : System.Web.Mvc.ActionResult
id string
message string
confirm bool
regrets bool
리턴 System.Web.Mvc.ActionResult

SetHeaders() 공개 메소드

public SetHeaders ( CmsWeb.Models.OnlineRegModel m2 ) : void
m2 CmsWeb.Models.OnlineRegModel
리턴 void

VoteLinkSg() 공개 메소드

public VoteLinkSg ( string id, string message, bool confirm ) : System.Web.Mvc.ActionResult
id string
message string
confirm bool
리턴 System.Web.Mvc.ActionResult