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
Properties
ImplementationType
public virtual Type ImplementationType { get; }
Property Value
Interceptors
public virtual ITypeList<IAbpInterceptor> Interceptors { get; }
Property Value
ServiceType
public virtual Type ServiceType { get; }