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

Describes regex validation templates.
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Свойство Type Description
ValidationTemplates String>.Dictionary

Méthodes publiques

Méthode Description
GetPattern ( RegexTemplates templateKey ) : String

Gets the regex pattern by template key.

Method Details

GetPattern() public static méthode

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

Property Details

ValidationTemplates public_oe static_oe property

public static Dictionary ValidationTemplates
Résultat String>.Dictionary