C# Class Orchard.Mvc.DataAnnotations.LocalizedRegularExpressionAttribute

Inheritance: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

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

Method Details

FormatErrorMessage() public méthode

public FormatErrorMessage ( string name ) : string
name string
Résultat string

LocalizedRegularExpressionAttribute() public méthode

public LocalizedRegularExpressionAttribute ( System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute, Localizer t ) : System
attribute System.ComponentModel.DataAnnotations.RegularExpressionAttribute
t Localizer
Résultat System