Mounted ViewModel
No edit summary
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
You can insert a [[Training:ViewModel|ViewModel]] within another ViewModel at any point where the column in the ViewModel is an [[Documentation:Objects|object]] and there's no associated ViewModel [[Documentation:Class|class]].
You can insert a [[Training:ViewModel|ViewModel]] within another ViewModel at any point where the column in the ViewModel is an [[Documentation:Objects|object]] and there's no associated ViewModel [[Documentation:Class|class]].



Revision as of 22:20, 16 June 2024

Write the content here to display this box

You can insert a ViewModel within another ViewModel at any point where the column in the ViewModel is an object and there's no associated ViewModel class.

.

The result will be the same as if you would repeat all the things from the ViewModel inside a new Nesting from the mount-point. The new Nesting will have the same name as the mounted ViewModel.

Note: One limitation on the mounted ViewModel is that you cannot use the vCurrent_Root in the mounted (since it is owned by the outer view and has the value of the outer ViewModel).

This page was edited 15 days ago on 06/17/2024. What links here