C# 클래스 Framework.Core.Helpers.Regex.RegexValidationConfig

Describes regex validation templates.
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 프로퍼티들

프로퍼티 타입 설명
ValidationTemplates String>.Dictionary

공개 메소드들

메소드 설명
GetPattern ( RegexTemplates templateKey ) : String

Gets the regex pattern by template key.

메소드 상세

GetPattern() 공개 정적인 메소드

Gets the regex pattern by template key.
public static GetPattern ( RegexTemplates templateKey ) : String
templateKey RegexTemplates The template key.
리턴 String

프로퍼티 상세

ValidationTemplates 공개적으로 정적으로 프로퍼티

public static Dictionary ValidationTemplates
리턴 String>.Dictionary