Static Public Member Functions | |
static ReadOnlyPersonList | GetReadOnlyPersonList () |
Additional Inherited Members | |
Public Member Functions inherited from Csla.ReadOnlyBindingListBase< ReadOnlyPersonList, ReadOnlyPerson > | |
T | Clone () |
Creates a clone of the object. More... | |
C[] | ToArray () |
Get an array containing all items in the list. More... | |
Protected Member Functions inherited from Csla.ReadOnlyBindingListBase< ReadOnlyPersonList, ReadOnlyPerson > | |
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< ReadOnlyPersonList, ReadOnlyPerson > | |
ApplicationContext | ApplicationContext [get] |
Gets the current ApplicationContext More... | |
Definition at line 15 of file Silverlight/Serialization/ReadOnlyPersonList.cs.
|
static |
Definition at line 17 of file Silverlight/Serialization/ReadOnlyPersonList.cs.