C# 클래스 Orchard.Mvc.DataAnnotations.LocalizedRegularExpressionAttribute

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

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
LocalizedRegularExpressionAttribute ( System.ComponentModel.DataAnnotations.RegularExpressionAttribute attribute, Localizer t ) : System

메소드 상세

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

LocalizedRegularExpressionAttribute() 공개 메소드

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