C# Class 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.
Inheritance: System.Windows.Controls.ValidationRule
Mostrar archivo Open project: TestStudio/JiraPlugin

Public Methods

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

Method Details

Validate() public method

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