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 |
|
OnServiceExposingContext(Type, List<ServiceIdentifier>)
Declaration
public OnServiceExposingContext(Type implementationType, List<ServiceIdentifier> exposedTypes)
Parameters
Properties
ExposedTypes
Declaration
public List<ServiceIdentifier> ExposedTypes { get; }
Property Value
ImplementationType
Declaration
public Type ImplementationType { get; }
Property Value
Implements
Extension Methods