1 type derived from IntermediateEntity
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
715
private class DerivedEntity :
IntermediateEntity
3 references to IntermediateEntity
Microsoft.Extensions.Validation.Tests (3)
ValidatableTypeInfoTests.cs (3)
456
typeof(
IntermediateEntity
),
458
CreatePropertyInfo(typeof(
IntermediateEntity
), typeof(DateTime), "CreatedAt", "CreatedAt", [new PastDateAttribute()])
477
{ typeof(
IntermediateEntity
), intermediateType },