CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
cslalighttest.Serialization.MockMobileList Class Reference
Inheritance diagram for cslalighttest.Serialization.MockMobileList:
Csla.Core.MobileBindingList< MockReadOnly >

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...
 

Detailed Description

Definition at line 26 of file MockMobileList.cs.

Constructor & Destructor Documentation

◆ MockMobileList()

cslalighttest.Serialization.MockMobileList.MockMobileList ( )

Definition at line 28 of file MockMobileList.cs.

Property Documentation

◆ HasRaisedOnListChanged

bool cslalighttest.Serialization.MockMobileList.HasRaisedOnListChanged
getset

Definition at line 33 of file MockMobileList.cs.