C# Class RavenDb_Stockholm.Controllers.RavenController

Inheritance: Controller
Afficher le fichier Open project: ayende/ravendb-stockholm

Méthodes protégées

Méthode Description
Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Private Methods

Méthode Description
CreateDocumentStore ( ) : IDocumentStore

Method Details

Json() protected méthode

protected Json ( object data, string contentType, System contentEncoding, JsonRequestBehavior behavior ) : System.Web.Mvc.JsonResult
data object
contentType string
contentEncoding System
behavior JsonRequestBehavior
Résultat System.Web.Mvc.JsonResult

OnActionExecuted() protected méthode

protected OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void