ValidatableObjectAdapter.Validate Method (Object)

.NET Framework (current version)
 

Validates the specified object.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

public override IEnumerable<ModelValidationResult> Validate(
	object container
)

Parameters

container
Type: System.Object

The container for the object to be validated.

Return Value

Type: System.Collections.Generic.IEnumerable<ModelValidationResult>

The validation results.

.NET Framework
Available since 4.5
Return to top
Show: