Click or drag to resize

IValidationAddValidation Method

Adds the validation.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void AddValidation(
	string propertyName,
	string friendlyName = null
)

Parameters

propertyName
Type: SystemString
Name of the property.
friendlyName (Optional)
Type: SystemString
Name of the friendly.
See Also