InterceptorAggregator<TInterceptor> Sınıf

Tanım

Hizmetin uygulamaları için soyut temel sınıf IInterceptorAggregator .

public abstract class InterceptorAggregator<TInterceptor> : Microsoft.EntityFrameworkCore.Diagnostics.IInterceptorAggregator where TInterceptor : class, IInterceptor
type InterceptorAggregator<'Interceptor (requires 'Interceptor : null and 'Interceptor :> IInterceptor)> = class
    interface IInterceptorAggregator
Public MustInherit Class InterceptorAggregator(Of TInterceptor)
Implements IInterceptorAggregator

Tür Parametreleri

TInterceptor

Yakalayıcısı türü.

Devralma
InterceptorAggregator<TInterceptor>
Uygulamalar

Açıklamalar

Daha fazla bilgi için bkz. EF Core dinleyici .

Oluşturucular

InterceptorAggregator<TInterceptor>()

Özellikler

InterceptorType

Yakalayıcısı türü.

Yöntemler

AggregateInterceptors(IReadOnlyList<IInterceptor>)

IInterceptor / > İç hizmet sağlayıcısında veya üzerinde kayıtlı olan tüm uygulamalardan tek tek çözümleniyor DbContext .

CreateChain(IEnumerable<TInterceptor>)

Verilen listeden tek bir şifre oluşturmak için devralan tür tarafından uygulanmalıdır.

Şunlara uygulanır