C# Класс CmsWeb.Areas.OnlineReg.Controllers.OnlineRegController

Наследование: CmsController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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