PropertyValidationResult Members
Include Protected Members
Include Inherited Members
The PropertyValidationResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
PropertyValidationResult | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() |
Dispose | Overloaded. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnPropertyChanged |
Raises the PropertyChanged event.
(Inherited from ValidationResult.) |
![]() |
ToString |
Returns the string representation of the validation result.
(Inherited from ValidationResult.) |
Properties
Name | Description | |
---|---|---|
![]() |
ElementId |
The ElementId reference of the containing element producing the valiation error.
(Overrides ValidationResult.ElementId.) |
![]() |
ElementName |
The name of the element. If the result is not element specific, this may return Empty()
(Overrides ValidationResult.ElementName.) |
![]() |
FriendlyPath |
Gets a String that helps the user locate the ElementViewModel associates with this ValidationResult.
|
![]() |
IsError |
Returns true if the element is an error.
(Inherited from ValidationResult.) |
![]() |
IsWarning |
Returns true if the validation error is a warning.
(Inherited from ValidationResult.) |
![]() |
Message |
Gets or sets the message for the error.
(Inherited from ValidationResult.) |
![]() |
PropertyName |
Gets the property name of the failed validation.
(Overrides ValidationResult.PropertyName.) |
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged |
Occurs when a property value changes.
(Inherited from ValidationResult.) |
See Also
PropertyValidationResult Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace