C# 클래스 Adf.Base.Validation.RegexAttribute

상속: System.Attribute, IPropertyValidator
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
RegexAttribute ( string expression ) : System

Creates a new RegexAttribute with the supplied expression.

비공개 메소드들

메소드 설명
IsValid ( PropertyInfo propertyToValidate, object value ) : ValidationResult

메소드 상세

RegexAttribute() 공개 메소드

Creates a new RegexAttribute with the supplied expression.
public RegexAttribute ( string expression ) : System
expression string The supplied expression.
리턴 System