Public Member Functions | |
MockMobileList () | |
Properties | |
bool | HasRaisedOnListChanged [getset] |
Properties inherited from Csla.Core.MobileBindingList< MockReadOnly > | |
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... | |
Additional Inherited Members | |
Protected Member Functions inherited from Csla.Core.MobileBindingList< MockReadOnly > | |
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... | |
Definition at line 26 of file MockMobileList.cs.
cslalighttest.Serialization.MockMobileList.MockMobileList | ( | ) |
Definition at line 28 of file MockMobileList.cs.
|
getset |
Definition at line 33 of file MockMobileList.cs.