Table of Contents

Class OnServiceRegistredContext

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public class OnServiceRegistredContext : IOnServiceRegistredContext
Inheritance
OnServiceRegistredContext
Implements
Inherited Members
Extension Methods

Constructors

OnServiceRegistredContext(Type, Type)

public OnServiceRegistredContext(Type serviceType, Type implementationType)

Parameters

serviceType Type
implementationType Type

Properties

ImplementationType

public virtual Type ImplementationType { get; }

Property Value

Type

Interceptors

public virtual ITypeList<IAbpInterceptor> Interceptors { get; }

Property Value

ITypeList<IAbpInterceptor>

ServiceType

public virtual Type ServiceType { get; }

Property Value

Type