6 references to Items
System.ComponentModel.DataAnnotations (6)
DataAnnotations\ValidationContext.cs (4)
21
/// An <see cref="
Items
"/> property bag is available for additional contextual
22
/// information about the validation. Values stored in <see cref="
Items
"/>
55
/// <param name="items">Optional set of key/value pairs to make available to consumers via <see cref="
Items
"/>.
93
/// <param name="items">Optional set of key/value pairs to make available to consumers via <see cref="
Items
"/>.
DataAnnotations\Validator.cs (2)
275
/// and <see cref="ValidationContext.
Items
"/>.</param>
284
ValidationContext context = new ValidationContext(instance, validationContext, validationContext.
Items
);