StatefulCustomMappingFactory<TSrc,TDst,TState> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ステートフル カスタム マッピング ファクトリの基本型。
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() |
入力と型 |
GetStateInitAction() |
カーソルによって使用される状態オブジェクトを初期化するために、行カーソルが初期化される前に 1 回呼び出されるアクションを返します。 |