RuleRegularExpressionAttribute Constructors
Defines a validation rule that demands the target property match a specified pattern.
Name | Parameters | Description |
---|---|---|
Rule |
target |
Initializes a new instance of the Rule |
Rule |
id, target |
Initializes a new instance of the Rule |
Rule |
id, target |
Initializes a new instance of the Rule |
Rule |
id, target |
Initializes a new instance of the Rule |
Rule |
id, target |
Initializes a new instance of the Rule |
Rule |
pattern |
Initializes a new instance of the Rule |
See Also