次の方法で共有


RulesEngineMatchCondition クラス

定義

一致条件を定義します。

public class RulesEngineMatchCondition
type RulesEngineMatchCondition = class
Public Class RulesEngineMatchCondition
継承
RulesEngineMatchCondition

コンストラクター

RulesEngineMatchCondition(RulesEngineMatchVariable, RulesEngineOperator, IEnumerable<String>)

RulesEngineMatchCondition の新しいインスタンスを初期化します。

プロパティ

IsNegateCondition

これが否定条件であるかどうかを説明します。

RulesEngineMatchValue

照合する値を照合します。 演算子は、OR セマンティクスを使用して、ここでの各値に適用されます。 いずれかが指定された演算子を持つ変数と一致する場合、この一致条件は一致と見なされます。

RulesEngineMatchVariable

一致する変数。

RulesEngineOperator

一致条件に適用する演算子について説明します。

Selector

一致する RequestHeader または RequestBody のセレクターの名前。

Transforms

変換の一覧。

適用対象