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-05-02 UTC."],[[["`SystemParameterRule` is a class that maps system parameter definitions to methods, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes fields like `ParametersFieldNumber` and `SelectorFieldNumber`, properties such as `Descriptor`, `Parameters`, `Parser`, and `Selector`, and various methods like `Clone()`, `Equals()`, `MergeFrom()`, and `WriteTo()` for managing and manipulating the system parameter rules."],["`SystemParameterRule` 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."],["The class `SystemParameterRule` has available constructors `SystemParameterRule()` and `SystemParameterRule(SystemParameterRule other)` to create instances."],["This 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 `Selector`."]]],[]]