Interface IRegExValidator
Define the properties that are required for an answeritem class that needs to use regular expression validation.
Namespace: Votations.NSurvey.WebControls.UI
Assembly: SurveyProject.WebControls.dll
Syntax
public interface IRegExValidator
Properties
RegExpression
Regular expression that will be used by the answer item to validate user's answer
Declaration
string RegExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegExpressionErrorMessage
Message that will be show to the user if regex failed
Declaration
string RegExpressionErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |