C# 클래스 Cedar.Core.EntLib.IoC.ResolvedAutoInterceptorPolicy

상속: AutoInterceptorPolicy
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 프로퍼티들

프로퍼티 타입 설명
InterceptorResolver IInstanceInterceptor>.Func

공개 메소드들

메소드 설명
ResolvedAutoInterceptorPolicy ( IInstanceInterceptor>.Func interceptorResolver, NamedTypeBuildKey buildKey ) : System

메소드 상세

ResolvedAutoInterceptorPolicy() 공개 메소드

public ResolvedAutoInterceptorPolicy ( IInstanceInterceptor>.Func interceptorResolver, NamedTypeBuildKey buildKey ) : System
interceptorResolver IInstanceInterceptor>.Func
buildKey NamedTypeBuildKey
리턴 System

프로퍼티 상세

InterceptorResolver 공개적으로 프로퍼티

A delegate to resove the T:Microsoft.Practices.Unity.InterceptionExtension.IInstanceInterceptor based on the given T:Microsoft.Practices.ObjectBuilder2.NamedTypeBuildKey.
public Func InterceptorResolver
리턴 IInstanceInterceptor>.Func