C# Class Cedar.Core.EntLib.IoC.ResolvedAutoInterceptorPolicy

Inheritance: AutoInterceptorPolicy
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Свойство Type Description
InterceptorResolver IInstanceInterceptor>.Func

Méthodes publiques

Méthode Description
ResolvedAutoInterceptorPolicy ( IInstanceInterceptor>.Func interceptorResolver, NamedTypeBuildKey buildKey ) : System

Method Details

ResolvedAutoInterceptorPolicy() public méthode

public ResolvedAutoInterceptorPolicy ( IInstanceInterceptor>.Func interceptorResolver, NamedTypeBuildKey buildKey ) : System
interceptorResolver IInstanceInterceptor>.Func
buildKey NamedTypeBuildKey
Résultat System

Property Details

InterceptorResolver public_oe property

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