6 references to Items
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\ValidationContext.cs (4)
20
/// An <see cref="
Items
" /> property bag is available for additional contextual
21
/// information about the validation. Values stored in <see cref="
Items
" />
59
/// Optional set of key/value pairs to make available to consumers via <see cref="
Items
" />.
81
/// Optional set of key/value pairs to make available to consumers via <see cref="
Items
" />.
System\ComponentModel\DataAnnotations\Validator.cs (2)
331
/// and <see cref="ValidationContext.
Items
" />.
341
var context = new ValidationContext(instance, validationContext, validationContext.
Items
);