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 取用「來源」資料行的型別。
- TDst
描述這個轉換新增新資料行的類型。
- TState
描述對應所使用狀態物件的型別。
- 繼承
-
StatefulCustomMappingFactory<TSrc,TDst,TState>
建構函式
StatefulCustomMappingFactory<TSrc,TDst,TState>() |
具狀態自訂對應處理站的基底類型。 |
方法
GetMapping() |
傳回對應委派,此委派會從 |
GetStateInitAction() |
傳回在資料列資料指標初始化之前呼叫一次的動作,以初始化資料指標所使用的狀態物件。 |