IValidatableObject.Validate Method (ValidationContext)

.NET Framework (current version)
 

Determines whether the specified object is valid.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

Function Validate (
	validationContext As ValidationContext
) As IEnumerable(Of ValidationResult)

Parameters

validationContext
Type: System.ComponentModel.DataAnnotations.ValidationContext

The validation context.

Return Value

Type: System.Collections.Generic.IEnumerable(Of ValidationResult)

A collection that holds failed-validation information.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Return to top
Show: