Table of Contents

Interface IOnServiceExposingContext

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public interface IOnServiceExposingContext
Extension Methods

Properties

ExposedTypes

List<ServiceIdentifier> ExposedTypes { get; }

Property Value

List<ServiceIdentifier>

ImplementationType

Type ImplementationType { get; }

Property Value

Type