Class AbpQuartzConventionalRegistrar
Inheritance
object
AbpQuartzConventionalRegistrar
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundWorkers.Quartz
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 |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<T><System.Type> |
Overrides
IsConventionalRegistrationDisabled(Type)
Declaration
protected override bool IsConventionalRegistrationDisabled(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
bool |