Protected Member Functions | |
override void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) |
override void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) |
Protected Member Functions inherited from Csla.Core.MobileBindingList< MockNonBusinessObject > | |
virtual void | SetLoadListMode (bool enabled) |
Sets the load list mode for the list More... | |
virtual void | OnGetState (SerializationInfo info) |
Override this method to get custom field values from the serialization stream. More... | |
virtual void | OnGetChildren (SerializationInfo info, MobileFormatter formatter) |
Override this method to get custom child object values from the serialization stream. More... | |
virtual void | OnSetState (SerializationInfo info) |
Override this method to set custom field values into the serialization stream. More... | |
virtual void | OnSetChildren (SerializationInfo info, MobileFormatter formatter) |
Override this method to set custom child object values into the serialization stream. More... | |
Additional Inherited Members | |
Properties inherited from Csla.Core.MobileBindingList< MockNonBusinessObject > | |
LoadListModeObject | LoadListMode [get] |
By wrapping this property inside Using block you can set property values on current business object without raising PropertyChanged events and checking user rights. More... | |
Definition at line 30 of file CustomMobileList.cs.
|
protected |
Definition at line 64 of file CustomMobileList.cs.
|
protected |
Definition at line 68 of file CustomMobileList.cs.