C# Class SevenSoftware.Windows.ValidationRules.RequiredInputRule

Inheritance: System.Windows.Controls.ValidationRule
Mostra file Open project: robertbaker/SevenUpdate

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