CustomMappingFactory<TSrc,TDst> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
自訂對應處理站的基底類型。
public abstract class CustomMappingFactory<TSrc,TDst> where TSrc : class, new() where TDst : class, new()
type CustomMappingFactory<'Src, 'Dst (requires 'Src : null and 'Src : (new : unit -> 'Src) and 'Dst : null and 'Dst : (new : unit -> 'Dst))> = class
Public MustInherit Class CustomMappingFactory(Of TSrc, TDst)
類型參數
- TSrc
描述從輸入 IDataView 取用「來源」資料行的類型。
- TDst
描述此轉換新增之資料行的型別。
- 繼承
-
CustomMappingFactory<TSrc,TDst>
建構函式
CustomMappingFactory<TSrc,TDst>() |
自訂對應處理站的基底類型。 |
方法
GetMapping() |
傳回從 |