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.Core.MobileBindingList< T >.LoadListModeObject Class Reference

Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights. More...

Inheritance diagram for Csla.Core.MobileBindingList< T >.LoadListModeObject:

Public Member Functions

 LoadListModeObject (IMobileList target)
 Create instance of type More...
 
void Dispose ()
 Disposes the object. More...
 

Detailed Description

Class that allows setting of property values on current business object without raising PropertyChanged events and checking user rights.

Definition at line 95 of file MobileBindingList.cs.

Constructor & Destructor Documentation

◆ LoadListModeObject()

Csla.Core.MobileBindingList< T >.LoadListModeObject.LoadListModeObject ( IMobileList  target)

Create instance of type

Parameters
targetList object

Definition at line 103 of file MobileBindingList.cs.

Member Function Documentation

◆ Dispose()

void Csla.Core.MobileBindingList< T >.LoadListModeObject.Dispose ( )

Disposes the object.

Definition at line 113 of file MobileBindingList.cs.