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.
Csla.Test.GraphMerge.FooDynamicList Class Reference
Inheritance diagram for Csla.Test.GraphMerge.FooDynamicList:
Csla.DynamicListBase< Foo >

Additional Inherited Members

- Public Member Functions inherited from Csla.DynamicListBase< Foo >
 DynamicListBase ()
 Creates an instance of the type. More...
 
async Task SaveItemAsync (T item)
 Saves the specified item in the list. More...
 
async Task SaveItemAsync (int index)
 Saves the specified item in the list. More...
 
void SaveItem (T item)
 Saves the specified item in the list. More...
 
async void SaveItem (int index)
 Saves the specified item in the list. More...
 
T[] ToArray ()
 Get an array containing all items in the list. More...
 
- Protected Member Functions inherited from Csla.DynamicListBase< Foo >
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 void OnSaved (T newObject, Exception error)
 Raises the Saved event. More...
 
virtual async Task SaveItemAsync (int index, bool delete)
 Saves the specified item in the list. More...
 
override T AddNewCore ()
 Adds a new item to the list. More...
 
override void InsertItem (int index, T item)
 Gives the new object a parent reference to this list. More...
 
override async void RemoveItem (int index)
 Removes an item from the list. More...
 
override void SetItem (int index, T item)
 Replaces item in the list. More...
 
override void OnCollectionChanged (NotifyCollectionChangedEventArgs e)
 Raises the CollectionChanged event. More...
 
override void OnDeserialized ()
 Set parent reference. 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...
 
override void OnGetState (SerializationInfo info)
 Override this method to insert your field values into the MobileFormatter serialzation stream. More...
 
override void OnSetState (SerializationInfo info)
 Override this method to retrieve your field values from the MobileFormatter serialzation stream. More...
 
- Properties inherited from Csla.DynamicListBase< Foo >
ApplicationContext ApplicationContext [get]
 Gets the current ApplicationContext More...
 
bool RaiseReplaceEvents [getset]
 Gets or sets a value indicating whether the Replace event should be raised when OnCollectionChanged() is called. More...
 
override bool SupportsChangeNotificationCore [get]
 Gets a value indicating whether this collection supports change notification (always returns true). More...
 
override bool IsBusy [get]
 Gets a value indicating whether this object or any child object is currently executing an async operation. More...
 
- Events inherited from Csla.DynamicListBase< Foo >
EventHandler< Csla.Core.SavedEventArgsSaved
 Event raised when an object in the list has been saved. More...
 

Detailed Description

Definition at line 147 of file TestClasses.cs.