C# Class Rebel.Cms.Web.Context.DefaultBackOfficeRequestContext

Encapsulates information specific to a request handled by the Rebel back-office
Inheritance: RoutableRequestContext, IBackOfficeRequestContext
Mostra file Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
DefaultBackOfficeRequestContext ( IRebelApplicationContext applicationContext, System.Web.HttpContextBase httpContext, ComponentRegistrations components, IPackageContext packageContext, IRoutingEngine routingEngine ) : System

Protected Methods

Method Description
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

Method Details

DefaultBackOfficeRequestContext() public method

public DefaultBackOfficeRequestContext ( IRebelApplicationContext applicationContext, System.Web.HttpContextBase httpContext, ComponentRegistrations components, IPackageContext packageContext, IRoutingEngine routingEngine ) : System
applicationContext IRebelApplicationContext
httpContext System.Web.HttpContextBase
components Rebel.Cms.Web.DependencyManagement.ComponentRegistrations
packageContext IPackageContext
routingEngine IRoutingEngine
return System

DisposeResources() protected method

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
return void