2 types derived from ValidationAttributeAdapter
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
AttributeAdapterBase.cs (1)
16
ValidationAttributeAdapter
<TAttribute>,
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ValidationAttributeAdapterOfTAttributeTest.cs (1)
53
public class TestValidationAttributeAdapter :
ValidationAttributeAdapter
<TestValidationAttribute>
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}"/>.