Class AlphaValidator
Defines a data validator for ensuring a value contains alpha characters.
Implements
Inherited Members
Namespace: MADE.Data.Validation.Validators
Assembly: MADE.Data.Validation.dll
Syntax
public class AlphaValidator : RegexValidator, IValidator
Constructors
| Improve this Doc View SourceAlphaValidator()
Initializes a new instance of the AlphaValidator class with the expected RegEx pattern.
Declaration
public AlphaValidator()
Properties
| Improve this Doc View SourceFeedbackMessage
Gets or sets the feedback message to display when IsInvalid is true.
Declaration
public override string FeedbackMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |