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