RulesManager for WPF
AppliesTo メソッド

C1.WPF.RulesManager アセンブリ > C1.WPF.RulesManager 名前空間 > RulesEngineRule クラス : AppliesTo メソッド
スタイルを計算するソース。
照会する項目のインデックス。
クエリするフィールド。
このルールを指定された項目に適用できるかどうかを決定します。
シンタックス
'宣言
 
Public Function AppliesTo( _
   ByVal source As RulesEngineSource, _
   ByVal index As System.Integer, _
   ByVal field As System.String _
) As System.Boolean
public System.bool AppliesTo( 
   RulesEngineSource source,
   System.int index,
   System.string field
)

パラメータ

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

参照

RulesEngineRule クラス
RulesEngineRule メンバ