RegexValidationRule - класс

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.5
C#
public sealed class RegexValidationRule : ValidationRule
Inheritance
Object    ValidationRule    RegexValidationRule

Конструкторы

RegexValidationRule()Инициализирует новый экземпляр класса RegexValidationRule
RegexValidationRule(String)Инициализирует новый экземпляр класса RegexValidationRule
RegexValidationRule(String, String)Инициализирует новый экземпляр класса RegexValidationRule
RegexValidationRule(String, String, RegexOptions)Инициализирует новый экземпляр класса RegexValidationRule

Свойства

ErrorMessage 
RegexOptions 
RegexText 
ValidatesOnTargetUpdatedGets or sets a value that indicates whether the validation rule runs when the target of the Binding is updated.
(Унаследован от ValidationRule)
ValidationStepGets or sets when the validation rule runs.
(Унаследован от ValidationRule)

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
Validate(Object, CultureInfo)
(Переопределяет ValidationRule.Validate(Object, CultureInfo))
Validate(Object, CultureInfo, BindingExpressionBase)Performs validation checks on a value.
(Унаследован от ValidationRule)
Validate(Object, CultureInfo, BindingGroup)Performs validation checks on a value.
(Унаследован от ValidationRule)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также