C# 클래스 UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.T4MVC_PublicSearchController

상속: UCosmic.Www.Mvc.Areas.InstitutionalAgreements.Controllers.PublicSearchController
파일 보기 프로젝트 열기: ucosmic/UCosmicPreview

공개 메소드들

메소드 설명
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

메소드 상세

AutoCompleteKeyword() 공개 메소드

public AutoCompleteKeyword ( string establishmentUrl, string term ) : System.Web.Mvc.JsonResult
establishmentUrl string
term string
리턴 System.Web.Mvc.JsonResult

ChangeOwner() 공개 메소드

public ChangeOwner ( string newEstablishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
newEstablishmentUrl string
keyword string
리턴 System.Web.Mvc.ActionResult

DisplayFile() 공개 메소드

public DisplayFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
리턴 System.Web.Mvc.ActionResult

DownloadFile() 공개 메소드

public DownloadFile ( System fileId, string fileName ) : System.Web.Mvc.ActionResult
fileId System
fileName string
리턴 System.Web.Mvc.ActionResult

GetChildEstablishmentsWithAgreements() 공개 메소드

public GetChildEstablishmentsWithAgreements ( System parentId ) : System.Web.Mvc.ActionResult
parentId System
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( string establishmentUrl, string keyword ) : System.Web.Mvc.ActionResult
establishmentUrl string
keyword string
리턴 System.Web.Mvc.ActionResult

Info() 공개 메소드

public Info ( System agreementId ) : System.Web.Mvc.ActionResult
agreementId System
리턴 System.Web.Mvc.ActionResult

T4MVC_PublicSearchController() 공개 메소드

public T4MVC_PublicSearchController ( ) : System
리턴 System