ValidationStateEntry Class

Definition

An entry in a ValidationStateDictionary. Records state information to override the default behavior of validation for an object.

public ref class ValidationStateEntry
public class ValidationStateEntry
type ValidationStateEntry = class
Public Class ValidationStateEntry
Inheritance
ValidationStateEntry

Constructors

ValidationStateEntry()

Properties

Key

Gets or sets the model prefix associated with the entry.

Metadata

Gets or sets the ModelMetadata associated with the entry.

Strategy

Gets or sets an IValidationStrategy for enumerating child entries of the associated model object.

SuppressValidation

Gets or sets a value indicating whether the associated model object should be validated.

Applies to