1 type derived from IntermediateEntity
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
Validation\ValidatableTypeInfoTests.cs (1)
592
private class DerivedEntity :
IntermediateEntity
3 references to IntermediateEntity
Microsoft.AspNetCore.Http.Abstractions.Tests (3)
Validation\ValidatableTypeInfoTests.cs (3)
419
typeof(
IntermediateEntity
),
421
CreatePropertyInfo(typeof(
IntermediateEntity
), typeof(DateTime), "CreatedAt", "CreatedAt", [new PastDateAttribute()])
435
{ typeof(
IntermediateEntity
), intermediateType },