Click or drag to resize

IDfsDataConverterConvert Method (IDfsDynamicItemInfo)

Convert the dynamic item information, IDfsDynamicItemInfo.

In case no conversion is required, just return the input itemInfo

In case conversion is required for item, return a new IDfsDynamicItemInfo wrapping the input argument as requried. See DfsDynamicItemDecoratorBase for an example of how to make a new dynamic item by wrapping an existing.

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
IDfsDynamicItemInfo Convert(
	IDfsDynamicItemInfo itemInfo
)

Parameters

itemInfo
Type: DHI.Generic.MikeZero.DFSIDfsDynamicItemInfo

Return Value

Type: IDfsDynamicItemInfo
See Also