C# Класс Rebel.Hive.ProviderSupport.RepositoryContext

Наследование: DisposableObject, IRequiresFrameworkContext
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : System

Защищенные методы

Метод Описание
DisposeResources ( ) : void

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

Описание методов

DisposeResources() защищенный Метод

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
Результат void

RepositoryContext() публичный Метод

public RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : System
generationScopedCache AbstractCacheProvider
batchScopedCache AbstractCacheProvider
frameworkContext IFrameworkContext
Результат System