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.MobileObservableCollection< 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.MobileObservableCollection< 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 75 of file MobileObservableCollection.cs.

Constructor & Destructor Documentation

◆ LoadListModeObject()

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

Create instance of type

Parameters
targetList object

Definition at line 83 of file MobileObservableCollection.cs.

Member Function Documentation

◆ Dispose()

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

Disposes the object.

Definition at line 93 of file MobileObservableCollection.cs.