RuleUniqueValueAttribute Constructors
Defines a validation rule that demands the target property’s value be unique.
Name | Parameters | Description |
---|---|---|
Rule |
none |
Initializes a new instance of the Rule |
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 |
See Also