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.
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
//-----------------------------------------------------------------------
8
namespace
Csla.Serialization.Mobile
9
{
13
public
interface
IMobileList
:
IMobileObject
14
{
19
void
SetLoadListMode
(
bool
enabled);
20
}
21
}
Csla.Serialization.Mobile.IMobileList
Extension of IMobileObject for list types
Definition:
IMobileList.cs:14
Csla.Serialization.Mobile.IMobileList.SetLoadListMode
void SetLoadListMode(bool enabled)
Sets the LoadListMode for the collection
Csla.Serialization.Mobile.IMobileObject
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
Definition:
IMobileObject.cs:16
Csla.Serialization.Mobile
Definition:
AssemblyNameTranslator.cs:11
Generated by
1.9.2