Class OnServiceRegistredContext
Inheritance
object
OnServiceRegistredContext
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.DependencyInjection
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 |
---|---|---|
System.Type | serviceType | |
System.Type | implementationType |
Properties
ImplementationType
Declaration
public virtual Type ImplementationType { get; }
Property Value
Type | Description |
---|---|
System.Type |
Interceptors
Declaration
public virtual ITypeList<IAbpInterceptor> Interceptors { get; }
Property Value
Type | Description |
---|---|
ITypeList<IAbpInterceptor> |
ServiceType
Declaration
public virtual Type ServiceType { get; }
Property Value
Type | Description |
---|---|
System.Type |