public sealed class SystemParameterRule : IMessage<SystemParameterRule>, IEquatable<SystemParameterRule>, IDeepCloneable<SystemParameterRule>, IBufferMessage, IMessage
Define a system parameter rule mapping system parameter definitions to
methods.
public RepeatedField<SystemParameter> Parameters { get; }
Define parameters. Multiple names may be defined for a parameter.
For a given method call, only one of them should be used. If multiple
names are used the behavior is implementation-dependent.
If none of the specified names are present the behavior is
parameter-dependent.
[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eSystemParameterRule\u003c/code\u003e is a class that maps system parameter definitions to methods, and it implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes fields like \u003ccode\u003eParametersFieldNumber\u003c/code\u003e and \u003ccode\u003eSelectorFieldNumber\u003c/code\u003e, properties such as \u003ccode\u003eDescriptor\u003c/code\u003e, \u003ccode\u003eParameters\u003c/code\u003e, \u003ccode\u003eParser\u003c/code\u003e, and \u003ccode\u003eSelector\u003c/code\u003e, and various methods like \u003ccode\u003eClone()\u003c/code\u003e, \u003ccode\u003eEquals()\u003c/code\u003e, \u003ccode\u003eMergeFrom()\u003c/code\u003e, and \u003ccode\u003eWriteTo()\u003c/code\u003e for managing and manipulating the system parameter rules.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSystemParameterRule\u003c/code\u003e allows defining multiple names for a parameter, but only one should be used in a method call, and the behavior if none are present is parameter-dependent.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eSystemParameterRule\u003c/code\u003e has available constructors \u003ccode\u003eSystemParameterRule()\u003c/code\u003e and \u003ccode\u003eSystemParameterRule(SystemParameterRule other)\u003c/code\u003e to create instances.\u003c/p\u003e\n"],["\u003cp\u003eThis class has a selector property that is a string and selects the methods to which the rule applies, using '*' for all methods in all APIs, and it can be set or obtained via \u003ccode\u003eSelector\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]