Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

IRuleSet Properties

Specifies a set of Validation Rules that can be checked against an object.
Name Description
EnableDelayedRuleRegistration Specifies whether all new rules are collected before the IRuleSet.GetRules method returns them.
IgnoreWarningAndInformationRules Specifies whether or not the ValidationOutcome.Warning and ValidationOutcome.Information rule validation result types are ignored (see IRuleBaseProperties.ResultType).
RegisteredRules Adds validation rules of the class given as a parameter to the IRuleSet.
RegisteredSources Specifies a list of rule sources registered in the current IRuleSet.
See Also