This topic has not yet been rated - Rate this topic

ModelValidationNode Class

.NET Framework 4.5

Provides a container for model validation information.

System.Object
  System.Web.ModelBinding.ModelValidationNode

Namespace:  System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)
public sealed class ModelValidationNode

The ModelValidationNode type exposes the following members.

  NameDescription
Public methodModelValidationNode(ModelMetadata, String)Initializes a new instance of the ModelValidationNode class, using the model metadata and state key.
Public methodModelValidationNode(ModelMetadata, String, IEnumerable<ModelValidationNode>)Initializes a new instance of the ModelValidationNode class, using the model metadata, the model state key, and child model-validation nodes.
Top
  NameDescription
Public propertyChildNodesGets the child nodes.
Public propertyModelMetadataGets the model metadata.
Public propertyModelStateKeyGets the model state key.
Public propertySuppressValidationGets or sets a value that indicates whether validation should be suppressed.
Public propertyValidateAllPropertiesGets or sets a value that indicates whether all properties of the model should be validated.
Top
  NameDescription
Public methodCombineWithCombines the current ModelValidationNode instance with a specified ModelValidationNode instance.
Public methodEquals(Object)Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodValidate(ModelBindingExecutionContext)Validates the model using the specified execution context.
Public methodValidate(ModelBindingExecutionContext, ModelValidationNode)Validates the model using the specified execution context and parent node.
Top
  NameDescription
Public eventValidatedOccurs when the model has been validated.
Public eventValidatingOccurs when the model is being validated.
Top

.NET Framework

Supported in: 4.5

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.