C# Класс Abp.Web.Mvc.Localized.LocalizedRegularExpression

Наследование: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
FormatErrorMessage ( string name ) : string
LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations

Описание методов

FormatErrorMessage() публичный Метод

public FormatErrorMessage ( string name ) : string
name string
Результат string

LocalizedRegularExpression() публичный Метод

public LocalizedRegularExpression ( string pattern ) : System.ComponentModel.DataAnnotations
pattern string
Результат System.ComponentModel.DataAnnotations