C# 클래스 Telerik.TestStudio.Jira.BugTracking.UriValidation

Validation rule used on the Server combobox. Checks whether or not the entered URL is of legal form. If it is, no error icon is shown. If it isn't, an error icon is shown and a tooltip is added to the combobox.
상속: System.Windows.Controls.ValidationRule
파일 보기 프로젝트 열기: TestStudio/JiraPlugin

공개 메소드들

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

메소드 상세

Validate() 공개 메소드

public Validate ( object value, CultureInfo cultureInfo ) : System.Windows.Controls.ValidationResult
value object
cultureInfo System.Globalization.CultureInfo
리턴 System.Windows.Controls.ValidationResult