C# 클래스 WebRole.ServicesController.EventsResult

상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: judell/elmcity

Private Properties

프로퍼티 타입 설명
MaybeCacheView void
TryDetectSmartPhone bool

공개 메소드들

메소드 설명
EventsResult ( ElmcityController controller, CalendarRenderer cr, string id, string type, string view, string jsonp, string count, string from, string to, string eventsonly, string mobile, string test, string raw, string raw_sentinel, string style, string theme, string taglist, string tags, string template, string jsurl, string days, string bare_events, string hub, string source, string first ) : System
ExecuteResult ( ControllerContext context ) : void

비공개 메소드들

메소드 설명
MaybeCacheView ( string view_key, CalendarRenderer view_renderer, ElmcityCacheDependency dependency, object>.Dictionary render_args ) : void
TryDetectSmartPhone ( object>.Dictionary render_args ) : bool

메소드 상세

EventsResult() 공개 메소드

public EventsResult ( ElmcityController controller, CalendarRenderer cr, string id, string type, string view, string jsonp, string count, string from, string to, string eventsonly, string mobile, string test, string raw, string raw_sentinel, string style, string theme, string taglist, string tags, string template, string jsurl, string days, string bare_events, string hub, string source, string first ) : System
controller ElmcityController
cr CalendarAggregator.CalendarRenderer
id string
type string
view string
jsonp string
count string
from string
to string
eventsonly string
mobile string
test string
raw string
raw_sentinel string
style string
theme string
taglist string
tags string
template string
jsurl string
days string
bare_events string
hub string
source string
first string
리턴 System

ExecuteResult() 공개 메소드

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
리턴 void