ValidatableObjectAdapter Class

Definition

Provides an adapter for objects that implement the IValidatableObject interface.

C#
public class ValidatableObjectAdapter : System.Web.ModelBinding.ModelValidator
Inheritance
ValidatableObjectAdapter

Constructors

Properties

IsRequired

When implemented in a derived class, gets a value that indicates whether the model is required.

(Inherited from ModelValidator)
Metadata

When implemented in a derived class, gets the metadata for the model validator.

(Inherited from ModelValidator)
ModelBindingExecutionContext

When implemented in a derived class, gets the execution context.

(Inherited from ModelValidator)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(Object)

Validates the specified object.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1