C# 클래스 xVal.Rules.RegularExpressionRule

상속: Rule
파일 보기 프로젝트 열기: fellowshiptech/ft-iserve 1 사용 예제들

공개 메소드들

메소드 설명
ListParameters ( ) : string>.System.Collections.Generic.IDictionary
RegularExpressionRule ( string pattern ) : System
RegularExpressionRule ( string pattern, RegexOptions options ) : System

메소드 상세

ListParameters() 공개 메소드

public ListParameters ( ) : string>.System.Collections.Generic.IDictionary
리턴 string>.System.Collections.Generic.IDictionary

RegularExpressionRule() 공개 메소드

public RegularExpressionRule ( string pattern ) : System
pattern string
리턴 System

RegularExpressionRule() 공개 메소드

public RegularExpressionRule ( string pattern, RegexOptions options ) : System
pattern string
options RegexOptions
리턴 System