Adf.Base.Validation.RegexAttribute.RegexAttribute C# (CSharp) Method

RegexAttribute() public method

Creates a new RegexAttribute with the supplied expression.
public RegexAttribute ( string expression ) : System
expression string The supplied expression.
return System
        public RegexAttribute(string expression)
        {
            this.expression = expression;
        }