Class UriValidator
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Represents a URI validator.
[Serializable]
public class UriValidator : ITicketFieldValidator
- Inheritance
-
UriValidator
- Implements
- Extension Methods
Constructors
- UriValidator()
Initializes a new instance of the UriValidator class.
- UriValidator(UriKind, HashSet<string>, bool)
Initializes a new instance of the UriValidator class using the specified URI kinds and schemes allowed and well-formedness indication.
Properties
- AcceptedUriSchemes
Gets or sets the accepted URI schemes.
- CheckWellFormed
Gets or sets the value indicating whether this validator checks for well-formedness.
- Kind
Gets or sets the kind of URI.
Methods
- Validate(Ticket, object)
Verifies whether the specified string represents valid URI.