Click or drag to resize

IValidationExceptionItem Interface

Validation exception interface.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IValidationExceptionItem

The IValidationExceptionItem type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets or sets the name.
Public propertyPropertyName
Gets or sets the name of the property.
Public propertyResult
Gets or sets the result.
Top
See Also