OCLOperators deepclone
No edit summary |
m ((username removed) (log details removed): Moving to Documentation namespace) |
(No difference)
|
Revision as of 21:20, 20 December 2023
This page was created by Lars.olofsson on 2019-02-16. Last edited by Stephanie on 2025-02-13.
object.deepclone(viewmodelname) returns a deepclone copy of the object - viewmodel decide copy depth
Deepclone is a special case of Transform using the same class as both the source and the target.
For Deepclone, you don't need a destination object. It always creates a new object of the same class as the source.
See Transform for more information and use cases.