Class OnServiceExposingContext
- Namespace
- Volo.Abp.DependencyInjection
- Assembly
- Volo.Abp.Core.dll
public class OnServiceExposingContext : IOnServiceExposingContext
- Inheritance
-
OnServiceExposingContext
- Implements
- Inherited Members
- Extension Methods
Constructors
OnServiceExposingContext(Type, List<Type>)
public OnServiceExposingContext(Type implementationType, List<Type> exposedTypes)
Parameters
OnServiceExposingContext(Type, List<ServiceIdentifier>)
public OnServiceExposingContext(Type implementationType, List<ServiceIdentifier> exposedTypes)
Parameters
implementationType
TypeexposedTypes
List<ServiceIdentifier>
Properties
ExposedTypes
public List<ServiceIdentifier> ExposedTypes { get; }
Property Value
ImplementationType
public Type ImplementationType { get; }