C# Class Simplify.Web.ModelBinding.Attributes.RegexAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
RegexAttribute ( string regexString ) : System

Initializes a new instance of the RegexAttribute class.

Method Details

RegexAttribute() public method

Initializes a new instance of the RegexAttribute class.
public RegexAttribute ( string regexString ) : System
regexString string The regex string.
return System