C# Class Adf.Base.Validation.RegexAttribute

Inheritance: System.Attribute, IPropertyValidator
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
RegexAttribute ( string expression ) : System

Creates a new RegexAttribute with the supplied expression.

Private Methods

Method Description
IsValid ( PropertyInfo propertyToValidate, object value ) : ValidationResult

Method Details

RegexAttribute() public method

Creates a new RegexAttribute with the supplied expression.
public RegexAttribute ( string expression ) : System
expression string The supplied expression.
return System