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 95 of file MobileBindingList.cs.
| Csla.Core.MobileBindingList< T >.LoadListModeObject.LoadListModeObject | ( | IMobileList | target | ) |
Create instance of type
| target | List object |
Definition at line 103 of file MobileBindingList.cs.
| void Csla.Core.MobileBindingList< T >.LoadListModeObject.Dispose | ( | ) |
Disposes the object.
Definition at line 113 of file MobileBindingList.cs.