Class AbpFluentValidationConventionalRegistrar
Inheritance
AbpFluentValidationConventionalRegistrar
Assembly: Volo.Abp.FluentValidation.dll
Syntax
public class AbpFluentValidationConventionalRegistrar : DefaultConventionalRegistrar, IConventionalRegistrar
Constructors
AbpFluentValidationConventionalRegistrar()
Declaration
public AbpFluentValidationConventionalRegistrar()
Methods
GetDefaultLifeTimeOrNull(Type)
Declaration
protected override ServiceLifetime? GetDefaultLifeTimeOrNull(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
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