Table of Contents

Class ServiceRegistrationActionList

Namespace
Volo.Abp.DependencyInjection
Assembly
Volo.Abp.Core.dll
public class ServiceRegistrationActionList : List<Action<IOnServiceRegistredContext>>, IList<Action<IOnServiceRegistredContext>>, ICollection<Action<IOnServiceRegistredContext>>, IList, ICollection, IReadOnlyList<Action<IOnServiceRegistredContext>>, IReadOnlyCollection<Action<IOnServiceRegistredContext>>, IEnumerable<Action<IOnServiceRegistredContext>>, IEnumerable
Inheritance
ServiceRegistrationActionList
Implements
Inherited Members
Extension Methods

Constructors

ServiceRegistrationActionList()

public ServiceRegistrationActionList()

Properties

IsClassInterceptorsDisabled

public bool IsClassInterceptorsDisabled { get; set; }

Property Value

bool