C# 클래스 Rebel.Framework.Context.DefaultFrameworkContext

The default implementation of IFrameworkContext
상속: System.DisposableObject, IFrameworkContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
DefaultFrameworkContext ( TextManager textManager, MappingEngineCollection typeMappers, AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, ApplicationTaskManager taskMgr, IFrameworkCaches caches, AbstractSerializationService serialization ) : System

Initializes a new instance of the DefaultFrameworkContext class.

보호된 메소드들

메소드 설명
DefaultFrameworkContext ( AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, IFrameworkCaches caches, AbstractSerializationService serialization ) : System
DisposeResources ( ) : void

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

메소드 상세

DefaultFrameworkContext() 보호된 메소드

protected DefaultFrameworkContext ( AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, IFrameworkCaches caches, AbstractSerializationService serialization ) : System
scopedCache AbstractScopedCache
applicationCache AbstractApplicationCache
finalizer AbstractFinalizer
caches IFrameworkCaches
serialization Rebel.Framework.Serialization.AbstractSerializationService
리턴 System

DefaultFrameworkContext() 공개 메소드

Initializes a new instance of the DefaultFrameworkContext class.
public DefaultFrameworkContext ( TextManager textManager, MappingEngineCollection typeMappers, AbstractScopedCache scopedCache, AbstractApplicationCache applicationCache, AbstractFinalizer finalizer, ApplicationTaskManager taskMgr, IFrameworkCaches caches, AbstractSerializationService serialization ) : System
textManager TextManager The text manager.
typeMappers MappingEngineCollection The type mappers.
scopedCache AbstractScopedCache The scoped cache.
applicationCache AbstractApplicationCache The application cache
finalizer AbstractFinalizer The finalizer.
taskMgr ApplicationTaskManager The task manager.
caches IFrameworkCaches The lifetime-managed cache providers.
serialization Rebel.Framework.Serialization.AbstractSerializationService
리턴 System

DisposeResources() 보호된 메소드

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