RuleRangeAttribute Constructors
Defines a validation rule that demands the target property’s value be within the specified value range (including the range’s end points).
Name | Parameters | Description |
---|---|---|
Rule |
target |
Initializes a new instance of the Rule |
Rule |
minimum |
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 |
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 |
See Also