You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
weitzhandler
changed the title
Implement ViewModel proxy generator for POCO entities
Implement ViewModel proxy generator for POCO entity graph
Mar 26, 2025
weitzhandler
changed the title
Implement ViewModel proxy generator for POCO entity graph
Proposal: Implement ViewModel proxy generator for POCO entity graph
Mar 26, 2025
Overview
I wonder if this has been considered before, we often have complex POCO entity graphs which we want to reuse in our XAML app.
It would be so much easier to have ViewModel wrappers generated for the entire entity graph, that includes:
EntityViewModel<TEntity>
base classObservableProperty
ObservableCollection<T>
properties forICollection<T>
etc. entity properties (notify parent for collection changes?)EntityViewModel<TEntity>
properties for other entity navigations (notify parent?)ObservableCollection<EntityViewModel<TEntity>
for entity-collection navigations (notify parent?)IChangeTracking
/IRevertibleChangeTracking
?API breakdown
*All code is pseudo prototyping on the fly to give a general idea.
Usage example
What's generated:
Breaking change?
No
Alternatives
Unknown
Additional context
Help us help you
Yes, but only if others can assist
The text was updated successfully, but these errors were encountered: