Class OnServiceExposingContext
Inheritance
object
OnServiceExposingContext
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 OnServiceExposingContext : IOnServiceExposingContext
Constructors
OnServiceExposingContext(Type, List<Type>)
Declaration
public OnServiceExposingContext(Type implementationType, List<Type> exposedTypes)
Parameters
Type | Name | Description |
---|---|---|
System.Type | implementationType | |
System.Collections.Generic.List<T><System.Type> | exposedTypes |
Properties
ExposedTypes
Declaration
public List<Type> ExposedTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><System.Type> |
ImplementationType
Declaration
public Type ImplementationType { get; }
Property Value
Type | Description |
---|---|
System.Type |