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
Hello @fabiosoft, A model in MVVM is a domain object ( or a data access layer ) which takes care of persistence or retrieval of data. In the above case, PersonModel as a domain object would implement a save and a get method which PersonViewModel can use. One should be vary at what time do we commit the save as per change might be memory/network intensive
In your examples i see only a viewModel with all properties... how can i declare a model class in view model and be able to bind their properties?
How can i bind (change) per model (Person) name or surname from viewModel?
The text was updated successfully, but these errors were encountered: