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.
IMobileList.cs
Go to the documentation of this file.
1//-----------------------------------------------------------------------
2// <copyright file="IMobileList.cs" company="Marimer LLC">
3// Copyright (c) Marimer LLC. All rights reserved.
4// Website: https://cslanet.com
5// </copyright>
6// <summary>Extension of IMobileObject for list types</summary>
7//-----------------------------------------------------------------------
9{
13 public interface IMobileList : IMobileObject
14 {
19 void SetLoadListMode(bool enabled);
20 }
21}
Extension of IMobileObject for list types
Definition: IMobileList.cs:14
void SetLoadListMode(bool enabled)
Sets the LoadListMode for the collection
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...