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