Compartilhar via


StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping Método

Definição

Retorna o delegado de mapeamento que mapeia de uma TSrc entrada e de um objeto de estado do tipo TStatepara uma TDst saída.

public abstract Action<TSrc,TDst,TState> GetMapping ();
abstract member GetMapping : unit -> Action<'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))>
Public MustOverride Function GetMapping () As Action(Of TSrc, TDst, TState)

Retornos

Action<TSrc,TDst,TState>

Aplica-se a