RulesManager for WPF
GetStyle メソッド (C1RulesEngine)

C1.WPF.RulesManager アセンブリ > C1.WPF.RulesManager 名前空間 > C1RulesEngine クラス : GetStyle メソッド
ルールを計算するために使用されるソース。
クエリ対象の項目のインデックス。
クエリ対象の項目のフィールド。
指定された項目のスタイルを取得します。
シンタックス
'宣言
 
Public Function GetStyle( _
   ByVal source As RulesEngineSource, _
   ByVal index As System.Integer, _
   ByVal field As System.String _
) As RulesEngineStyle
public RulesEngineStyle GetStyle( 
   RulesEngineSource source,
   System.int index,
   System.string field
)

パラメータ

source
ルールを計算するために使用されるソース。
index
クエリ対象の項目のインデックス。
field
クエリ対象の項目のフィールド。
参照

参照

C1RulesEngine クラス
C1RulesEngine メンバ