Method AddOneWay
AddOneWay(TSource, TDest)
Registers one way mapping from the source type to the destionation type.
public void AddOneWay(TSource from, TDest to)
Parameters
from
TSourceto
TDest
AddOneWay(TDest, TSource)
Registers one way mapping from the destination type to the source type.
public void AddOneWay(TDest from, TSource to)
Parameters
from
TDestto
TSource