PropertyValidationResult Members

Include Protected Members
Include Inherited Members

The PropertyValidationResult type exposes the following members.

Constructors

  Name Description
Ff670235.pubmethod(en-us,PandP.50).gif PropertyValidationResult Overloaded.

Methods

  Name Description
Ff670235.pubmethod(en-us,PandP.50).gif Dispose Overloaded.
Ff670235.pubmethod(en-us,PandP.50).gif Equals (Inherited from Object.)
Ff670235.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff670235.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Object.)
Ff670235.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff670235.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff670235.protmethod(en-us,PandP.50).gif OnPropertyChanged
Raises the PropertyChanged event.
(Inherited from ValidationResult.)
Ff670235.pubmethod(en-us,PandP.50).gif ToString
Returns the string representation of the validation result.
(Inherited from ValidationResult.)

Properties

  Name Description
Ff670235.pubproperty(en-us,PandP.50).gif ElementId
The ElementId reference of the containing element producing the valiation error.
(Overrides ValidationResult.ElementId.)
Ff670235.pubproperty(en-us,PandP.50).gif ElementName
The name of the element. If the result is not element specific, this may return Empty()
(Overrides ValidationResult.ElementName.)
Ff670235.pubproperty(en-us,PandP.50).gif FriendlyPath
Gets a String that helps the user locate the ElementViewModel associates with this ValidationResult.
Ff670235.pubproperty(en-us,PandP.50).gif IsError
Returns true if the element is an error.
(Inherited from ValidationResult.)
Ff670235.pubproperty(en-us,PandP.50).gif IsWarning
Returns true if the validation error is a warning.
(Inherited from ValidationResult.)
Ff670235.pubproperty(en-us,PandP.50).gif Message
Gets or sets the message for the error.
(Inherited from ValidationResult.)
Ff670235.pubproperty(en-us,PandP.50).gif PropertyName
Gets the property name of the failed validation.
(Overrides ValidationResult.PropertyName.)

Events

  Name Description
Ff670235.pubevent(en-us,PandP.50).gif PropertyChanged
Occurs when a property value changes.
(Inherited from ValidationResult.)

See Also

PropertyValidationResult Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Validation Namespace