C# Class Abp.Web.Mvc.Localized.LocalizedRegularExpression

Inheritance: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Show file Open project: carldai0106/ABP

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations

Method Details

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string

LocalizedRegularExpression() public method

public LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations
pattern string
return System.ComponentModel.DataAnnotations