Table of Contents

Class RegexValidator

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

Represents a regular expression validator.

[Serializable]
public class RegexValidator : ITicketFieldValidator
Inheritance
RegexValidator
Implements
Extension Methods

Constructors

RegexValidator()

Initializes a new instance of the RegexValidator class.

Properties

RegexOptions

Gets or sets the regular expression options.

RegexPattern

Gets or sets the regular expression.

Methods

Validate(Ticket, object)

Validates the specified string.