Click or drag to resize

IDfsDataConverterRevert Method

Overload List
  NameDescription
Public methodRevert(Int32, Array)
Revert the dynamic item data.

This must be the opposite of what Convert(IDfsItemData) does. In case the convert method does nothing, this should do nothing as well.

In case no conversion is required, just return the input data. Otherwise return a new reverted data array.

Public methodRevert(IDfsStaticItem, Array)
Revert the static item data.

This must be the opposite of what Convert(IDfsStaticItem) does. In case the convert method does nothing, this should do nothing as well.

In case no conversion is required, just leave the method body empty.

In case conversion is required, return the original IDfsStaticItem and the reverted array data as the two arguments.

Top
See Also