Implemented interface member:
method
ValidateAsync
Microsoft.AspNetCore.Http.Validation.IValidatableInfo.ValidateAsync(System.Object, Microsoft.AspNetCore.Http.Validation.ValidateContext, System.Threading.CancellationToken)
10 references to ValidateAsync
Microsoft.AspNetCore.Http.Abstractions.Tests (10)
Validation\ValidatableTypeInfoTests.cs (10)
55
await personType.
ValidateAsync
(personWithMissingRequiredFields, context, default);
114
await employeeType.
ValidateAsync
(employee, context, default);
160
await derivedType.
ValidateAsync
(car, context, default);
226
await orderType.
ValidateAsync
(order, context, default);
277
await personType.
ValidateAsync
(person, context, default);
333
async () => await nodeType.
ValidateAsync
(rootNode, context, default));
362
await productType.
ValidateAsync
(product, context, default);
398
await userType.
ValidateAsync
(user, context, default);
448
await derivedType.
ValidateAsync
(entity, context, default);
488
await userType.
ValidateAsync
(user, context, default);