Public Member Functions | |
| MockReadOnlyList () | |
| MockReadOnlyList (params MockReadOnly[] items) | |
Public Member Functions inherited from Csla.ReadOnlyBindingListBase< MockReadOnlyList, MockReadOnly > | |
| T | 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... | |
Definition at line 26 of file Serialization/MockReadOnlyList.cs.
| cslalighttest.Serialization.MockReadOnlyList.MockReadOnlyList | ( | ) |
Definition at line 28 of file Serialization/MockReadOnlyList.cs.
| cslalighttest.Serialization.MockReadOnlyList.MockReadOnlyList | ( | params MockReadOnly[] | items | ) |
Definition at line 30 of file Serialization/MockReadOnlyList.cs.