public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessage
Rule set for modifying a set of infoTypes to alter behavior under certain
circumstances, depending on the specific details of the rules within the set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of the `InspectionRuleSet` is 4.16.0, and this webpage provides documentation for versions ranging from 2.15.0 to 4.16.0, allowing access to previous releases."],["`InspectionRuleSet` is a class used to modify the behavior of infoTypes under specific conditions, based on the details of the rules defined within the set."],["The class `InspectionRuleSet` inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["`InspectionRuleSet` has two main properties: `InfoTypes`, which lists the infoTypes this rule set applies to, and `Rules`, which contains the ordered set of rules applied to the infoTypes."],["There are two constructors available for `InspectionRuleSet`: a default constructor and a copy constructor, the copy constructor taking another `InspectionRuleSet` object as an argument."]]],[]]