Click or drag to resize
IResolvedValidationRuleset Interface

[This is preliminary documentation and is subject to change.]

Also contains resolved information about a ruleset

Namespace: Netadmin.Management.EntityValidation.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IResolvedValidationRuleset : IValidationRuleset

The IResolvedValidationRuleset type exposes the following members.

Properties
  NameDescription
Public propertyBooleanActive
True if the ruleset is active
(Inherited from IValidationRuleset.)
Public propertyInt64CompanyId
The company id for which this ruleset is applied
(Inherited from IValidationRuleset.)
Public propertyInt64CompoundKey
A sum of all compound key parts for this ruleset
(Inherited from IValidationRuleset.)
Public propertyStringDescription
Description of the ruleset
(Inherited from IValidationRuleset.)
Public propertyGuidEntityKey
The entity key guid for which entitity this ruleset is configured
(Inherited from IValidationRuleset.)
Public propertyInt64Id
The database ID of the ruleset
(Inherited from IValidationRuleset.)
Public propertyIEnumerableT, T: IResolvedValidationRuleRules
Resolved rules
Top
Implemented by
See Also