AttributeAdapterBase<TAttribute> Class
Definition
An abstract subclass of ValidationAttributeAdapter<TAttribute> which wraps up all the required interfaces for the adapters.
generic <typename TAttribute>
where TAttribute : ValidationAttributepublic ref class AttributeAdapterBase abstract : Microsoft::AspNetCore::Mvc::DataAnnotations::ValidationAttributeAdapter<TAttribute>, Microsoft::AspNetCore::Mvc::DataAnnotations::IAttributeAdapter, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IClientModelValidator
public abstract class AttributeAdapterBase<TAttribute> : Microsoft.AspNetCore.Mvc.DataAnnotations.ValidationAttributeAdapter<TAttribute>, Microsoft.AspNetCore.Mvc.DataAnnotations.IAttributeAdapter, Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IClientModelValidator where TAttribute : ValidationAttribute
type AttributeAdapterBase<'Attribute (requires 'Attribute :> ValidationAttribute)> = class
inherit ValidationAttributeAdapter<'Attribute (requires 'Attribute :> ValidationAttribute)>
interface IAttributeAdapter
interface IClientModelValidator
Public MustInherit Class AttributeAdapterBase(Of TAttribute)
Inherits ValidationAttributeAdapter(Of TAttribute)
Implements IAttributeAdapter, IClientModelValidator
Type Parameters
- TAttribute
The type of ValidationAttribute which is being wrapped.
- Inheritance
- Derived
- Implements
Constructors
AttributeAdapterBase<TAttribute>(TAttribute, IStringLocalizer) |
Instantiates a new AttributeAdapterBase<TAttribute>. |
Properties
Attribute |
Gets the |
Methods
AddValidation(ClientModelValidationContext) | (Inherited from ValidationAttributeAdapter<TAttribute>) |
GetErrorMessage(ModelMetadata, Object[]) |
Gets the error message formatted using the Attribute. (Inherited from ValidationAttributeAdapter<TAttribute>) |
GetErrorMessage(ModelValidationContextBase) |