C# 클래스 Rebel.Cms.Web.Context.DefaultBackOfficeRequestContext

Encapsulates information specific to a request handled by the Rebel back-office
상속: RoutableRequestContext, IBackOfficeRequestContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
DefaultBackOfficeRequestContext ( IRebelApplicationContext applicationContext, System.Web.HttpContextBase httpContext, ComponentRegistrations components, IPackageContext packageContext, IRoutingEngine routingEngine ) : System

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

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

메소드 상세

DefaultBackOfficeRequestContext() 공개 메소드

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
리턴 System

DisposeResources() 보호된 메소드

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