Class AbpQuartzConventionalRegistrar
Inheritance
AbpQuartzConventionalRegistrar
Assembly: Volo.Abp.BackgroundWorkers.Quartz.dll
Syntax
public class AbpQuartzConventionalRegistrar : DefaultConventionalRegistrar, IConventionalRegistrar
Constructors
AbpQuartzConventionalRegistrar()
Declaration
public AbpQuartzConventionalRegistrar()
Methods
GetExposedServiceTypes(Type)
Declaration
protected override List<Type> GetExposedServiceTypes(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
IsConventionalRegistrationDisabled(Type)
Declaration
protected override bool IsConventionalRegistrationDisabled(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
Implements
Extension Methods