C# Class InspectR.Controllers.InspectRController

Inheritance: Controller
Datei anzeigen Open project: remcoros/InspectR

Public Methods

Method Description
Create ( bool isprivate ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Inspect ( string id ) : System.Web.Mvc.ActionResult
InspectRController ( ) : System.Collections.Generic

Protected Methods

Method Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

Create() public method

public Create ( bool isprivate ) : System.Web.Mvc.ActionResult
isprivate bool
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Inspect() public method

public Inspect ( string id ) : System.Web.Mvc.ActionResult
id string
return System.Web.Mvc.ActionResult

InspectRController() public method

public InspectRController ( ) : System.Collections.Generic
return System.Collections.Generic

OnActionExecuting() protected method

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void