1 type derived from Vehicle
Microsoft.Extensions.Validation.Tests (1)
ValidatableTypeInfoTests.cs (1)
671
private class Car :
Vehicle
4 references to Vehicle
Microsoft.Extensions.Validation.Tests (4)
ValidatableTypeInfoTests.cs (4)
171
typeof(
Vehicle
),
173
CreatePropertyInfo(typeof(
Vehicle
), typeof(string), "Make", "Make",
175
CreatePropertyInfo(typeof(
Vehicle
), typeof(string), "Model", "Model",
195
{ typeof(
Vehicle
), baseType },