Click or drag to resize

LessThanAttribute Constructor (String, String)

Initializes a new instance of LessThanAttribute

Namespace:  Cauldron.XAML.Validation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public LessThanAttribute(
	string propertyName,
	string errorMessageKey
)

Parameters

propertyName
Type: SystemString
The name of the property to validate against
errorMessageKey
Type: SystemString
The key of the localized error message string
Exceptions
ExceptionCondition
ArgumentNullExceptionpropertyName is null
See Also