StatefulCustomMappingFactory<TSrc,TDst,TState>.GetMapping Methode

Definition

Gibt den Zuordnungsdelegat zurück, der von einer TSrc Eingabe und einem Zustandsobjekt vom Typ TStateeiner TDst Ausgabe zugeordnet wird.

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)

Gibt zurück

Action<TSrc,TDst,TState>

Gilt für: