IListItemConverter Interface

Interface to implement a converter between elements of two lists that are synchronized.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public interface IListItemConverter

Methods

Convert Converts the specified master list item.
ConvertBack Converts the specified target list item.

See Also