Show / Hide Table of Contents

Class OnServiceExposingContext

Inheritance
System.Object
OnServiceExposingContext
Implements
IOnServiceExposingContext
Namespace: Volo.Abp.DependencyInjection
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
Type Description
Type

Implements

IOnServiceExposingContext

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft