C# Class Rebel.Hive.ProviderSupport.RepositoryContext

Inheritance: DisposableObject, IRequiresFrameworkContext
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : System

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

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

Method Details

DisposeResources() protected méthode

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

RepositoryContext() public méthode

public RepositoryContext ( AbstractCacheProvider generationScopedCache, AbstractCacheProvider batchScopedCache, IFrameworkContext frameworkContext ) : System
generationScopedCache AbstractCacheProvider
batchScopedCache AbstractCacheProvider
frameworkContext IFrameworkContext
Résultat System