C# Класс UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.PublicSearchController

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

Private Properties

Свойство Тип Описание
AutoCompleteKeyword System.Web.Mvc.JsonResult
AutoCompleteKeyword System.Web.Mvc.JsonResult
ChangeOwner System.Web.Mvc.ActionResult
ConvertEstablishmentUrlFromMy string
DisplayFile System.Web.Mvc.ActionResult
DisplayFile System.Web.Mvc.ActionResult
DownloadFile System.Web.Mvc.ActionResult
DownloadFile System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements System.Web.Mvc.ActionResult
GetHierarchySelectList IEnumerable
HasDefaultAffiliate bool
Index System.Web.Mvc.ActionResult
Index ActionResult
Info ActionResult
Info System.Web.Mvc.ActionResult
PublicSearchController System
RedirectToAction RedirectToRouteResult
RedirectToActionPermanent RedirectToRouteResult

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

Метод Описание
ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
PublicSearchController ( IProcessQueries queryProcessor, IStoreBinaryData binaryData ) : System

Приватные методы

Метод Описание
AutoCompleteKeyword ( ) : System.Web.Mvc.JsonResult
AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
ChangeOwner ( ) : System.Web.Mvc.ActionResult
ConvertEstablishmentUrlFromMy ( string establishmentUrl ) : string
DisplayFile ( System.Guid fileId, string fileName ) : System.Web.Mvc.ActionResult
DisplayFile ( ) : System.Web.Mvc.ActionResult
DownloadFile ( System.Guid fileId, string fileName ) : System.Web.Mvc.ActionResult
DownloadFile ( ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( System.Guid parentId ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( ) : System.Web.Mvc.ActionResult
GetHierarchySelectList ( Establishment establishment ) : IEnumerable
HasDefaultAffiliate ( Establishment establishment, IPrincipal principal ) : bool
Index ( ) : System.Web.Mvc.ActionResult
Index ( string establishmentUrl, string keyword = null ) : ActionResult
Info ( Guid agreementId ) : ActionResult
Info ( ) : System.Web.Mvc.ActionResult
PublicSearchController ( Dummy d ) : System
RedirectToAction ( ActionResult result ) : RedirectToRouteResult
RedirectToActionPermanent ( ActionResult result ) : RedirectToRouteResult

Описание методов

ChangeOwner() публичный Метод

public ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
newEstablishmentUrl string
keyword string
Результат System.Web.Mvc.ActionResult

PublicSearchController() публичный Метод

public PublicSearchController ( IProcessQueries queryProcessor, IStoreBinaryData binaryData ) : System
queryProcessor IProcessQueries
binaryData IStoreBinaryData
Результат System