Class OnServiceExposingContext
Inheritance
System.Object
OnServiceExposingContext
Assembly: Volo.Abp.Core.dll
Syntax
public class OnServiceExposingContext : object, 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
Type |
Description |
List<Type> |
|
ImplementationType
Declaration
public Type ImplementationType { get; }
Property Value
Implements
Extension Methods