CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Serialization.Mobile.IMobileList Interface Reference

Extension of IMobileObject for list types More...

Inheritance diagram for Csla.Serialization.Mobile.IMobileList:
Csla.Serialization.Mobile.IMobileObject Csla.Core.ExtendedBindingList< T > Csla.Core.MobileBindingList< T > Csla.Core.MobileObservableCollection< T > Csla.DynamicBindingListBase< T > Csla.Core.ExtendedBindingList< T > Csla.Core.ObservableBindingList< T > Csla.DynamicBindingListBase< T > Csla.DynamicListBase< T >

Public Member Functions

void SetLoadListMode (bool enabled)
 Sets the LoadListMode for the collection More...
 
- Public Member Functions inherited from Csla.Serialization.Mobile.IMobileObject
void GetState (SerializationInfo info)
 Method called by MobileFormatter when an object should serialize its data. More...
 
void GetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should serialize its child references. More...
 
void SetState (SerializationInfo info)
 Method called by MobileFormatter when an object should be deserialized. More...
 
void SetChildren (SerializationInfo info, MobileFormatter formatter)
 Method called by MobileFormatter when an object should deserialize its child references. More...
 

Detailed Description

Extension of IMobileObject for list types

Definition at line 13 of file IMobileList.cs.

Member Function Documentation

◆ SetLoadListMode()

void Csla.Serialization.Mobile.IMobileList.SetLoadListMode ( bool  enabled)

Sets the LoadListMode for the collection

Parameters
enabledEnable or disable mode

Implemented in Csla.Core.MobileBindingList< T >, Csla.Core.MobileObservableCollection< T >, and Csla.Core.ObservableBindingList< T >.