C# 클래스 Rebel.Hive.ProviderSupport.RepositoryContext

상속: DisposableObject, IRequiresFrameworkContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
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