C# 클래스 Rebel.Framework.EntityProviderFederation.Mediator

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
GetContentResolver ( IProviderManifest providerManifest ) : IContentResolver

Gets the content resolver.

GetContentResolver ( string alias ) : IContentResolver

Gets the content resolver.

GetEntityRepositoryReader ( IProviderManifest providerManifest ) : EntityRepositoryReader

Gets the entity repository reader.

GetEntityRepositoryReader ( string alias ) : EntityRepositoryReader

Gets the entity repository reader.

보호된 메소드들

메소드 설명
Mediator ( ) : System

메소드 상세

GetContentResolver() 공개 메소드

Gets the content resolver.
public GetContentResolver ( IProviderManifest providerManifest ) : IContentResolver
providerManifest IProviderManifest The provider manifest.
리턴 IContentResolver

GetContentResolver() 공개 메소드

Gets the content resolver.
public GetContentResolver ( string alias ) : IContentResolver
alias string The alias of the content resolver to find.
리턴 IContentResolver

GetEntityRepositoryReader() 공개 메소드

Gets the entity repository reader.
public GetEntityRepositoryReader ( IProviderManifest providerManifest ) : EntityRepositoryReader
providerManifest IProviderManifest The provider manifest.
리턴 EntityRepositoryReader

GetEntityRepositoryReader() 공개 메소드

Gets the entity repository reader.
public GetEntityRepositoryReader ( string alias ) : EntityRepositoryReader
alias string The alias.
리턴 EntityRepositoryReader

Mediator() 보호된 메소드

protected Mediator ( ) : System
리턴 System