C# Class CmsWeb.Areas.OnlineReg.Controllers.OnlineRegController

Inheritance: CmsController
Afficher le fichier Open project: bvcms/bvcms Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

RegisterLinkMaster() public méthode

public RegisterLinkMaster ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

RsvpLinkSg() public méthode

public RsvpLinkSg ( string id, string message, bool confirm, bool regrets = false ) : System.Web.Mvc.ActionResult
id string
message string
confirm bool
regrets bool
Résultat System.Web.Mvc.ActionResult

SetHeaders() public méthode

public SetHeaders ( CmsWeb.Models.OnlineRegModel m2 ) : void
m2 CmsWeb.Models.OnlineRegModel
Résultat void

VoteLinkSg() public méthode

public VoteLinkSg ( string id, string message, bool confirm ) : System.Web.Mvc.ActionResult
id string
message string
confirm bool
Résultat System.Web.Mvc.ActionResult