ValidationResults 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 ValidationResults type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationResults | Initializes a new instance of the ValidationResults class with the section name. |
Methods
Name | Description | |
---|---|---|
AddAllResults | Adds all the ValidationResult instances from sourceValidationResults. |
|
AddResult | Adds a ValidationResult. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindAll |
Returns a new instance of ValidationResults that includes the results from the receiver that match the provided tag names.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsValid |
Gets the indication of whether the validation represented by the receiver was successful.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<ValidationResult>.GetEnumerator | ||
IEnumerable.GetEnumerator |
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. |