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 | |
---|---|---|
ValidationResult | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Key |
Gets a name describing the location of the validation result.
|
|
Message |
Gets a message describing the failure.
|
|
NestedValidationResults |
Gets the nested validation results for a composite failed validation.
|
|
Tag |
Gets a value characterizing the result.
|
|
Target |
Gets the object to which the validation rule was applied.
|
|
Validator |
Gets the validator that performed the failing validation.
|
See Also
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. |