Click or drag to resize

IDfsDataConverterRevert Method (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.

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void Revert(
	ref IDfsStaticItem staticItem,
	ref Array data
)

Parameters

staticItem
Type: DHI.Generic.MikeZero.DFSIDfsStaticItem
data
Type: SystemArray
See Also