ValidationAttribute.IsValid Method (Object, ValidationContext)
.NET Framework 4.5
Validates the specified value with respect to the current validation attribute.
Namespace: System.ComponentModel.DataAnnotations
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
protected virtual ValidationResult IsValid( Object value, ValidationContext validationContext )
Parameters
- value
- Type: System.Object
The value to validate.
- validationContext
- Type: System.ComponentModel.DataAnnotations.ValidationContext
The context information about the validation operation.
Return Value
Type: System.ComponentModel.DataAnnotations.ValidationResultAn instance of the ValidationResult class.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.