C# Class At.FF.Krems.Utils.WPF.ValidationRules.MaxMax2Int

The max, max2 or integer validation rule.
Inheritance: System.Windows.Controls.ValidationRule
Mostrar archivo Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
Validate ( object value, CultureInfo cultureInfo ) : System.Windows.Controls.ValidationResult

When overridden in a derived class, performs validation checks on a value.

Method Details

Validate() public method

When overridden in a derived class, performs validation checks on a value.
public Validate ( object value, CultureInfo cultureInfo ) : System.Windows.Controls.ValidationResult
value object The value from the binding target to check.
cultureInfo System.Globalization.CultureInfo The culture to use in this rule.
return System.Windows.Controls.ValidationResult