RegexValidationRule(String, String, RegexOptions) - конструктор
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public RegexValidationRule(
string regexText,
string errorMessage,
RegexOptions regexOptions
)
Public Sub New (
regexText As String,
errorMessage As String,
regexOptions As RegexOptions
)
public:
RegexValidationRule(
String^ regexText,
String^ errorMessage,
RegexOptions^ regexOptions
)
new :
regexText : string *
errorMessage : string *
regexOptions : RegexOptions -> RegexValidationRule
Параметры
- regexText String
-
- errorMessage String
-
- regexOptions RegexOptions
-