RulesManager for WPF
GetValue<T> メソッド (RulesEngineSource)

C1.WPF.RulesManager アセンブリ > C1.WPF.RulesManager 名前空間 > RulesEngineSource クラス : GetValue<T> メソッド
要求された値の型。
照会する項目のインデックス。
クエリするフィールド。
指定された index および field に対応する値を取得します。
シンタックス
'宣言
 
Public Function GetValue(Of T)( _
   ByVal index As System.Integer, _
   ByVal field As System.String _
) As T
public T GetValue<T>( 
   System.int index,
   System.string field
)

パラメータ

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

型パラメータ

T
要求された値の型。
参照

参照

RulesEngineSource クラス
RulesEngineSource メンバ