C# Class UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.T4MVC_PublicSearchController

Inheritance: UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.PublicSearchController
Afficher le fichier Open project: ucosmic/UCosmicPreview

Méthodes publiques

Méthode Description
AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
DisplayFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
DownloadFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
GetChildEstablishmentsWithAgreements ( System parentId ) : System.Web.Mvc.ActionResult
Index ( string establishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
Info ( System agreementId ) : System.Web.Mvc.ActionResult
T4MVC_PublicSearchController ( ) : System

Method Details

AutoCompleteKeyword() public méthode

public AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
establishmentUrl string
term string
Résultat System.Web.Mvc.JsonResult

ChangeOwner() public méthode

public ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
newEstablishmentUrl string
keyword string
Résultat System.Web.Mvc.ActionResult

DisplayFile() public méthode

public DisplayFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
Résultat System.Web.Mvc.ActionResult

DownloadFile() public méthode

public DownloadFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
Résultat System.Web.Mvc.ActionResult

GetChildEstablishmentsWithAgreements() public méthode

public GetChildEstablishmentsWithAgreements ( System parentId ) : System.Web.Mvc.ActionResult
parentId System
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string establishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
establishmentUrl string
keyword string
Résultat System.Web.Mvc.ActionResult

Info() public méthode

public Info ( System agreementId ) : System.Web.Mvc.ActionResult
agreementId System
Résultat System.Web.Mvc.ActionResult

T4MVC_PublicSearchController() public méthode

public T4MVC_PublicSearchController ( ) : System
Résultat System