C# Класс Rebel.Framework.Context.DefaultFrameworkContext

The default implementation of IFrameworkContext
Наследование: System.DisposableObject, IFrameworkContext
Показать файл Открыть проект

Открытые методы

Метод Описание
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