| IValidationRule Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.EntityValidation.Dto
The IValidationRule type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| Int64 | Id |
The internal id of this rule
| |
| NullableT, T: Int32 | MaxLength |
If set, the maximum possible length of the value
| |
| Int64 | PropertyKey |
The property key for this rule
| |
| Boolean | Required |
True if the property is required
| |
| Int64 | RulesetId |
The ruleset id to which this belongs
| |
| Boolean | Unique |
True if this property should be unique
| |
| NullableT, T: Int64 | ValidationRegexId |
The validation regex for this rule
|