Click or drag to resize

IValidationItem Interface

Validation item 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 IValidationItem

The IValidationItem type exposes the following members.

Properties
  NameDescription
Public propertyFriendlyName
Gets or sets the friendly-name of the property.
Public propertyName
Gets or sets the name.
Top
See Also