C# Class Rebel.Hive.ProviderSupport.RepositoryContext

Inheritance: DisposableObject, IRequiresFrameworkContext
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : 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

DisposeResources() protected method

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

RepositoryContext() public method

public RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : System
generationScopedCache AbstractCacheProvider
batchScopedCache AbstractCacheProvider
frameworkContext IFrameworkContext
return System