C# Class AC.AvalonControlsLibrary.Controls.YearValidation

Validation rule for the Year
Inheritance: System.Windows.Controls.ValidationRule
Datei anzeigen Open project: kienaiProject/ArtOfWords

Public Methods

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

Validation for the year

Method Details

Validate() public method

Validation for the year
public Validate ( object value, System cultureInfo ) : System.Windows.Controls.ValidationResult
value object The year value
cultureInfo System The culture info
return System.Windows.Controls.ValidationResult