RulesManager for WPF
GetStyle メソッド (RulesEngineRule)

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

パラメータ

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

参照

RulesEngineRule クラス
RulesEngineRule メンバ