RulesManager for WPF
Intersects メソッド (RulesEngineRule)

C1.WPF.RulesManager アセンブリ > C1.WPF.RulesManager 名前空間 > RulesEngineRule クラス : Intersects メソッド
照会する項目のインデックス。
クエリするフィールド。
ルールで指定された範囲が、クエリ対象のコンテキストと交差するかどうかを判別します。
シンタックス
'宣言
 
Public Function Intersects( _
   ByVal index As System.Integer, _
   ByVal field As System.String _
) As System.Boolean
public System.bool Intersects( 
   System.int index,
   System.string field
)

パラメータ

index
照会する項目のインデックス。
field
クエリするフィールド。
参照

参照

RulesEngineRule クラス
RulesEngineRule メンバ