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-03-24 UTC."],[[["The latest version available for `InspectionRuleSet` is 4.16.0, with several prior versions also accessible, ranging from 4.15.0 down to 2.15.0."],["`InspectionRuleSet` is a class used for modifying infoTypes to alter behavior based on rules defined within the set."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`InspectionRuleSet` contains two primary properties: `InfoTypes`, a list of infoTypes the rules apply to, and `Rules`, a set of rules that are applied to these infoTypes in a sequential order."],["There are two constructors, one that is empty and the other which takes another `InspectionRuleSet` as a parameter."]]],[]]