hi all,
I have a confuse about :
MyViewModel derived from Xaml.ViewModelBase
has 2 difference actions :
1. If I Load a Model from inside that MyViewModel class
using BeginRefresh or Refresh, I can do a saving ( DoSave or BeginSave )
2. If I inject a Model on Constructor of MyViewModel from another ViewModel for example
and then i set Model = model on my constructor, Why My DoSave and BeginSave not worked ??
thanks a lot
stefanus
In what way does save not work? You get an exception?
Hi,
I think your MyViewModel has ManageObjectLifetime set to false.
The ViewModel will only do Save operations when ManageObjectLifetime is set to true.
Copyright (c) Marimer LLC