Table of Contents

Method AddOneWay

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AddOneWay(TSource, TDest)

Registers one way mapping from the source type to the destionation type.

public void AddOneWay(TSource from, TDest to)

Parameters

from TSource
to 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 TDest
to TSource