1 write to Type
Microsoft.Extensions.Validation (1)
ValidatableTypeInfo.cs (1)
33
Type
= type;
16 references to Type
Microsoft.Extensions.Validation (16)
ValidatableTypeInfo.cs (16)
69
/// Members declared directly on <see cref="
Type
"/> take precedence over members inherited
82
/// member with the specified name is declared on <see cref="
Type
"/> or any of its super-types.</param>
101
var baseType =
Type
.BaseType;
135
$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{
Type
.Name}'. " +
175
var displayName = DisplayNameInfo?.GetDisplayName(context,
Type
.Name,
Type
) ??
Type
.Name;
221
var displayName = DisplayNameInfo?.GetDisplayName(context,
Type
.Name,
Type
) ??
Type
.Name;
307
if (
Type
.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)
380
if (
Type
.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)
417
var baseType =
Type
.BaseType;
454
declaringType:
Type
,
476
memberName:
Type
.Name,
478
declaringType:
Type
,