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

Inheritance: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Afficher le fichier Open project: carldai0106/ABP

Méthodes publiques

Méthode Description
FormatErrorMessage ( string name ) : string
LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations

Method Details

FormatErrorMessage() public méthode

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

LocalizedRegularExpression() public méthode

public LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations
pattern string
Résultat System.ComponentModel.DataAnnotations