C# Class Framework.Core.Helpers.Regex.RegexValidationConfig

Describes regex validation templates.
Show file Open project: coreframework/Core-Framework

Public Properties

Property Type Description
ValidationTemplates String>.Dictionary

Public Methods

Method Description
GetPattern ( RegexTemplates templateKey ) : String

Gets the regex pattern by template key.

Method Details

GetPattern() public static method

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

Property Details

ValidationTemplates public static property

public static Dictionary ValidationTemplates
return String>.Dictionary