IDfsDataConverterConvert Method |
Name | Description | |
---|---|---|
Convert(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. | |
Convert(IDfsItemData) |
Convert the dynamic item data, IDfsItemData In case no conversion is required, just return the input itemData In case conversion is required, return a new IDfsItemData wrapping the input argument as requried. You can use CreateTT(IDfsItemData, TT) to quickly make a new IDfsItemData based on the input argument. | |
Convert(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. |