Interface IOnServiceExposingContext
Namespace: Volo.Abp.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public interface IOnServiceExposingContext
Properties
ExposedTypes
Declaration
List<ServiceIdentifier> ExposedTypes { get; }
Property Value
| Type | Description |
|---|---|
| List<ServiceIdentifier> |
ImplementationType
Declaration
Type ImplementationType { get; }
Property Value
| Type | Description |
|---|---|
| Type |