Show / Hide Table of Contents

Class ServiceCollectionRegistrationActionExtensions

Inheritance
object
ServiceCollectionRegistrationActionExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.Core.dll
Syntax
public static class ServiceCollectionRegistrationActionExtensions

Methods

DisableAbpClassInterceptors(IServiceCollection)

Declaration
public static void DisableAbpClassInterceptors(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services

GetExposingActionList(IServiceCollection)

Declaration
public static ServiceExposingActionList GetExposingActionList(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
ServiceExposingActionList

GetRegistrationActionList(IServiceCollection)

Declaration
public static ServiceRegistrationActionList GetRegistrationActionList(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
ServiceRegistrationActionList

IsAbpClassInterceptorsDisabled(IServiceCollection)

Declaration
public static bool IsAbpClassInterceptorsDisabled(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
bool

OnExposing(IServiceCollection, Action<IOnServiceExposingContext>)

Declaration
public static void OnExposing(this IServiceCollection services, Action<IOnServiceExposingContext> exposeAction)
Parameters
Type Name Description
IServiceCollection services
Action<IOnServiceExposingContext> exposeAction

OnRegistered(IServiceCollection, Action<IOnServiceRegistredContext>)

Declaration
public static void OnRegistered(this IServiceCollection services, Action<IOnServiceRegistredContext> registrationAction)
Parameters
Type Name Description
IServiceCollection services
Action<IOnServiceRegistredContext> registrationAction
In this article
Back to top Powered by Volosoft