public sealed class RegexValidationRule : ValidationRule
Public NotInheritable Class RegexValidationRule
Inherits ValidationRule
public ref class RegexValidationRule sealed : public ValidationRule
[<SealedAttribute>]
type RegexValidationRule =
class
inherit ValidationRule
end
RegexValidationRule() | Инициализирует новый экземпляр класса RegexValidationRule |
RegexValidationRule(String) | Инициализирует новый экземпляр класса RegexValidationRule |
RegexValidationRule(String, String) | Инициализирует новый экземпляр класса RegexValidationRule |
RegexValidationRule(String, String, RegexOptions) | Инициализирует новый экземпляр класса RegexValidationRule |
ErrorMessage | |
RegexOptions | |
RegexText | |
ValidatesOnTargetUpdated | Gets or sets a value that indicates whether the validation rule runs when the target of the Binding is updated. (Унаследован от ValidationRule) |
ValidationStep | Gets or sets when the validation rule runs. (Унаследован от ValidationRule) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns 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) |