Table of Contents

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

implementationType Type
exposedTypes List<Type>

OnServiceExposingContext(Type, List<ServiceIdentifier>)

public OnServiceExposingContext(Type implementationType, List<ServiceIdentifier> exposedTypes)

Parameters

implementationType Type
exposedTypes List<ServiceIdentifier>

Properties

ExposedTypes

public List<ServiceIdentifier> ExposedTypes { get; }

Property Value

List<ServiceIdentifier>

ImplementationType

public Type ImplementationType { get; }

Property Value

Type