C# Класс Cedar.Core.EntLib.IoC.ResolvedAutoInterceptorPolicy

Наследование: AutoInterceptorPolicy
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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