ElementValidationResult Members
Include Protected Members
Include Inherited Members
The ElementValidationResult type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ElementValidationResult | 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 |
Gets the ElementId of the element associated with this ValidationResult.
(Overrides ValidationResult.ElementId.) |
|
ElementName |
Gets the name of the element associated with this ValidationResult.
(Overrides ValidationResult.ElementName.) |
|
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. If the validation is not related to a specific property this may return Empty()
(Inherited from ValidationResult.) |
Events
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
(Inherited from ValidationResult.) |
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace