C# Class System.ComponentModel.DataAnnotations.CustomRegularExpressionAttribute

Inheritance: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Show file Open project: KuduApps/RIAServicesApp

Public Methods

Method Description
CustomRegularExpressionAttribute ( string pattern ) : System

Method Details

CustomRegularExpressionAttribute() public method

public CustomRegularExpressionAttribute ( string pattern ) : System
pattern string
return System