C# 클래스 Abp.Web.Mvc.Localized.LocalizedRegularExpression

상속: System.ComponentModel.DataAnnotations.RegularExpressionAttribute
파일 보기 프로젝트 열기: carldai0106/ABP

공개 메소드들

메소드 설명
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