Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights. More...
Public Member Functions | |
| LoadListModeObject (IMobileList target) | |
| Create instance of type More... | |
| void | Dispose () |
| Disposes the object. More... | |
Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights.
Definition at line 75 of file MobileObservableCollection.cs.
| Csla.Core.MobileObservableCollection< T >.LoadListModeObject.LoadListModeObject | ( | IMobileList | target | ) |
Create instance of type
| target | List object |
Definition at line 83 of file MobileObservableCollection.cs.
| void Csla.Core.MobileObservableCollection< T >.LoadListModeObject.Dispose | ( | ) |
Disposes the object.
Definition at line 93 of file MobileObservableCollection.cs.