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: 16.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