C# Class Orchard.Mvc.DataAnnotations.LocalizedRegularExpressionAttribute

Inheritance: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Datei anzeigen Open project: ucdavis/Orchard

Public Methods

Method Description
FormatErrorMessage ( string name ) : string
LocalizedRegularExpressionAttribute ( System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute, Localizer t ) : System

Method Details

FormatErrorMessage() public method

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

LocalizedRegularExpressionAttribute() public method

public LocalizedRegularExpressionAttribute ( System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute, Localizer t ) : System
attribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute
t Localizer
return System