ValidationStateEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |