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