1 type derived from ValidationAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
AttributeAdapterBase.cs (1)
16
ValidationAttributeAdapter
<TAttribute>,
4 references to ValidationAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (4)
AttributeAdapterBase.cs (1)
11
/// An abstract subclass of <see cref="
ValidationAttributeAdapter
{TAttribute}"/> which wraps up all the required
DataAnnotationsClientModelValidatorProvider.cs (1)
16
/// is implemented in <see cref="
ValidationAttributeAdapter
{TAttribute}"/>.
DataAnnotationsModelValidator.cs (1)
26
/// which <see cref="
ValidationAttributeAdapter
{TAttribute}"/>'s will be created from.</param>
ValidationAttributeAdapterOfTAttribute.cs (1)
20
/// Create a new instance of <see cref="
ValidationAttributeAdapter
{TAttribute}"/>.