Class OnServiceRegistredContext
Inheritance
OnServiceRegistredContext
Assembly: Volo.Abp.Core.dll
Syntax
public class OnServiceRegistredContext : IOnServiceRegistredContext
Constructors
OnServiceRegistredContext(Type, Type)
Declaration
public OnServiceRegistredContext(Type serviceType, Type implementationType)
Parameters
Type |
Name |
Description |
Type |
serviceType |
|
Type |
implementationType |
|
Properties
ImplementationType
Declaration
public virtual Type ImplementationType { get; }
Property Value
Interceptors
Declaration
public virtual ITypeList<IAbpInterceptor> Interceptors { get; }
Property Value
ServiceType
Declaration
public virtual Type ServiceType { get; }
Property Value
Implements
Extension Methods