Class RegexValidator
Represents a validator that validates against a regular expression.
[Serializable]
public class RegexValidator : IFieldValidator
- 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 pattern.
Methods
- Equals(RegexValidator)
Indicates whether the current object is equal to another object of the same type.
- Equals(object)
Determines whether the specified object is equal to the current object.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Returns a string that represents the current object.
- Validate(IValueWrapper, FieldDescriptor)
Validates the specified value against the specified field descriptor.