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