C# 클래스 Watchdog.Validation.Core.Internal.ElementValidationHandler.ArtificalValidationRule

A WPF ValidationRule which does nothing. Only exists so we have something to use with Validation.MarkInvalid().
상속: System.Windows.Controls.ValidationRule
파일 보기 프로젝트 열기: JDolinger/Watchdog

공개 메소드들

메소드 설명
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