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
Afficher le fichier Open project: TestStudio/JiraPlugin

Méthodes publiques

Méthode Description
Validate ( object value, CultureInfo cultureInfo ) : System.Windows.Controls.ValidationResult

Method Details

Validate() public méthode

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