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.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax IDfsStaticItem Convert(
IDfsStaticItem staticItem
)
Function Convert (
staticItem As IDfsStaticItem
) As IDfsStaticItem
IDfsStaticItem^ Convert(
IDfsStaticItem^ staticItem
)
abstract Convert :
staticItem : IDfsStaticItem -> IDfsStaticItem
Parameters
- staticItem
- Type: DHI.Generic.MikeZero.DFSIDfsStaticItem
Return Value
Type:
IDfsStaticItemSee Also