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.
cslalighttest.Serialization.MockReadOnlyList Class Reference
Inheritance diagram for cslalighttest.Serialization.MockReadOnlyList:
Csla.ReadOnlyBindingListBase< MockReadOnlyList, MockReadOnly >

Public Member Functions

 MockReadOnlyList ()
 
 MockReadOnlyList (params MockReadOnly[] items)
 
- Public Member Functions inherited from Csla.ReadOnlyBindingListBase< MockReadOnlyList, MockReadOnly >
Clone ()
 Creates a clone of the object. More...
 
C[] ToArray ()
 Get an array containing all items in the list. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Csla.ReadOnlyBindingListBase< MockReadOnlyList, MockReadOnly >
 ReadOnlyBindingListBase ()
 Creates an instance of the type. More...
 
virtual void Initialize ()
 Override this method to set up event handlers so user code in a partial class can respond to events raised by generated code. More...
 
virtual object GetClone ()
 Creates a clone of the object. More...
 
virtual void DataPortal_OnDataPortalInvoke (DataPortalEventArgs e)
 Called by the server-side DataPortal prior to calling the requested DataPortal_xyz method. More...
 
virtual void DataPortal_OnDataPortalInvokeComplete (DataPortalEventArgs e)
 Called by the server-side DataPortal after calling the requested DataPortal_xyz method. More...
 
virtual void DataPortal_OnDataPortalException (DataPortalEventArgs e, Exception ex)
 Called by the server-side DataPortal if an exception occurs during data access. More...
 
virtual void Child_OnDataPortalInvoke (DataPortalEventArgs e)
 Called by the server-side DataPortal prior to calling the requested DataPortal_XYZ method. More...
 
virtual void Child_OnDataPortalInvokeComplete (DataPortalEventArgs e)
 Called by the server-side DataPortal after calling the requested DataPortal_XYZ method. More...
 
virtual void Child_OnDataPortalException (DataPortalEventArgs e, Exception ex)
 Called by the server-side DataPortal if an exception occurs during data access. More...
 
- Properties inherited from Csla.ReadOnlyBindingListBase< MockReadOnlyList, MockReadOnly >
ApplicationContext ApplicationContext [get]
 Gets the current ApplicationContext More...
 

Detailed Description

Definition at line 26 of file Serialization/MockReadOnlyList.cs.

Constructor & Destructor Documentation

◆ MockReadOnlyList() [1/2]

cslalighttest.Serialization.MockReadOnlyList.MockReadOnlyList ( )

Definition at line 28 of file Serialization/MockReadOnlyList.cs.

◆ MockReadOnlyList() [2/2]

cslalighttest.Serialization.MockReadOnlyList.MockReadOnlyList ( params MockReadOnly[]  items)

Definition at line 30 of file Serialization/MockReadOnlyList.cs.