Class OnServiceExposingContext
Inheritance
OnServiceExposingContext
Assembly: Volo.Abp.Core.dll
Syntax
public class OnServiceExposingContext : IOnServiceExposingContext
Constructors
OnServiceExposingContext(Type, List<Type>)
Declaration
public OnServiceExposingContext(Type implementationType, List<Type> exposedTypes)
Parameters
Type |
Name |
Description |
Type |
implementationType |
|
List<Type> |
exposedTypes |
|
Properties
ExposedTypes
Declaration
public List<Type> ExposedTypes { get; }
Property Value
ImplementationType
Declaration
public Type ImplementationType { get; }
Property Value
Implements
Extension Methods