C# Class WebRole.ServicesController.EventsResult

Inheritance: System.Web.Mvc.ActionResult
Mostra file Open project: judell/elmcity

Private Properties

Property Type Description
MaybeCacheView void
TryDetectSmartPhone bool

Public Methods

Method Description
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

Private Methods

Method Description
MaybeCacheView ( string view_key, CalendarRenderer view_renderer, ElmcityCacheDependency dependency, object>.Dictionary render_args ) : void
TryDetectSmartPhone ( object>.Dictionary render_args ) : bool

Method Details

EventsResult() public method

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
return System

ExecuteResult() public method

public ExecuteResult ( ControllerContext context ) : void
context ControllerContext
return void