C# 클래스 Roadkill.Core.Mvc.Controllers.HomeController

상속: ControllerBase
파일 보기 프로젝트 열기: LocalGovDigital/pipeline 1 사용 예제들

공개 메소드들

메소드 설명
Activity ( string View = null ) : System.Web.Mvc.ActionResult
HomeController ( Roadkill.Core.Configuration.ApplicationSettings settings, Roadkill.Core.Security.UserServiceBase userManager, Roadkill.Core.Converters.MarkupConverter markupConverter, PageService pageService, SearchService searchService, IUserContext context, SettingsService settingsService ) : System
Search ( string q, string language, string status, string startdatestart, string startdateend, string enddatestart, string enddateend ) : System.Web.Mvc.ActionResult

Searches the lucene index using the search string provided.

비공개 메소드들

메소드 설명
BootstrapNavMenu ( ) : System.Web.Mvc.ActionResult
GlobalJsVars ( string version ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
LeftMenu ( ) : System.Web.Mvc.ActionResult
NavMenu ( ) : System.Web.Mvc.ActionResult

메소드 상세

Activity() 공개 메소드

public Activity ( string View = null ) : System.Web.Mvc.ActionResult
View string
리턴 System.Web.Mvc.ActionResult

HomeController() 공개 메소드

public HomeController ( Roadkill.Core.Configuration.ApplicationSettings settings, Roadkill.Core.Security.UserServiceBase userManager, Roadkill.Core.Converters.MarkupConverter markupConverter, PageService pageService, SearchService searchService, IUserContext context, SettingsService settingsService ) : System
settings Roadkill.Core.Configuration.ApplicationSettings
userManager Roadkill.Core.Security.UserServiceBase
markupConverter Roadkill.Core.Converters.MarkupConverter
pageService Roadkill.Core.Services.PageService
searchService Roadkill.Core.Services.SearchService
context IUserContext
settingsService Roadkill.Core.Services.SettingsService
리턴 System

Search() 공개 메소드

Searches the lucene index using the search string provided.
public Search ( string q, string language, string status, string startdatestart, string startdateend, string enddatestart, string enddateend ) : System.Web.Mvc.ActionResult
q string
language string
status string
startdatestart string
startdateend string
enddatestart string
enddateend string
리턴 System.Web.Mvc.ActionResult