Partager via


ValidationResult Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ValidationResult type exposes the following members.

Constructors

  Name Description
Public method ValidationResult Overloaded.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Key
Gets a name describing the location of the validation result.
Public property Message
Gets a message describing the failure.
Public property NestedValidationResults
Gets the nested validation results for a composite failed validation.
Public property Tag
Gets a value characterizing the result.
Public property Target
Gets the object to which the validation rule was applied.
Public property Validator
Gets the validator that performed the failing validation.

See Also

ValidationResult Class

Microsoft.Practices.EnterpriseLibrary.Validation Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.