次の方法で共有


StatefulCustomMappingFactory<TSrc,TDst,TState> クラス

定義

ステートフル カスタム マッピング ファクトリの基本型。

public abstract class StatefulCustomMappingFactory<TSrc,TDst,TState> where TSrc : class, new() where TDst : class, new() where TState : class, new()
type StatefulCustomMappingFactory<'Src, 'Dst, 'State (requires 'Src : null and 'Src : (new : unit -> 'Src) and 'Dst : null and 'Dst : (new : unit -> 'Dst) and 'State : null and 'State : (new : unit -> 'State))> = class
Public MustInherit Class StatefulCustomMappingFactory(Of TSrc, TDst, TState)

型パラメーター

TSrc

入力 IDataViewから使用される 'source' 列を記述する型。

TDst

この変換によって追加される新しい列を記述する型。

TState

マッピングで使用される状態オブジェクトを記述する型。

継承
StatefulCustomMappingFactory<TSrc,TDst,TState>

コンストラクター

StatefulCustomMappingFactory<TSrc,TDst,TState>()

ステートフル カスタム マッピング ファクトリの基本型。

メソッド

GetMapping()

入力と型TStateの状態オブジェクトからTSrc出力にマップされるマッピング デリゲートをTDst返します。

GetStateInitAction()

カーソルによって使用される状態オブジェクトを初期化するために、行カーソルが初期化される前に 1 回呼び出されるアクションを返します。

適用対象