Click or drag to resize

IDfsDataConverterConvert Method (IDfsStaticItem)

Convert a static item, including its data.

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

In case conversion is required, return a new IDfsStaticItem wrapping the input argument as required. See DfsStaticItemDecoratorBase for an example of how to make a new static 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
IDfsStaticItem Convert(
	IDfsStaticItem staticItem
)

Parameters

staticItem
Type: DHI.Generic.MikeZero.DFSIDfsStaticItem

Return Value

Type: IDfsStaticItem
See Also