RulesManager for WPF
GetFieldValues<T> メソッド

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

パラメータ

field
値を照会するフィールド。

型パラメータ

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

参照

RulesEngineSource クラス
RulesEngineSource メンバ