IResolvedValidationRuleset Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.EntityValidation.Dto
The IResolvedValidationRuleset type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Boolean | Active |
True if the ruleset is active
(Inherited from IValidationRuleset.) |
![]() | Int64 | CompanyId |
The company id for which this ruleset is applied
(Inherited from IValidationRuleset.) |
![]() | Int64 | CompoundKey |
A sum of all compound key parts for this ruleset
(Inherited from IValidationRuleset.) |
![]() | String | Description |
Description of the ruleset
(Inherited from IValidationRuleset.) |
![]() | Guid | EntityKey |
The entity key guid for which entitity this ruleset is configured
(Inherited from IValidationRuleset.) |
![]() | Int64 | Id |
The database ID of the ruleset
(Inherited from IValidationRuleset.) |
![]() | IEnumerableT, T: IResolvedValidationRule | Rules |
Resolved rules
|