C# 클래스 At.FF.Krems.Utils.WPF.ValidationRules.MaxMax2Int

The max, max2 or integer validation rule.
상속: System.Windows.Controls.ValidationRule
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
Validate ( object value, CultureInfo cultureInfo ) : System.Windows.Controls.ValidationResult

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

메소드 상세

Validate() 공개 메소드

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.
리턴 System.Windows.Controls.ValidationResult