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

Additional Inherited Members

- Public Member Functions inherited from Csla.DynamicBindingListBase< Foo >
 DynamicBindingListBase ()
 Creates an instance of the type. More...
 
SaveItem (T item)
 Saves the specified item in the list. More...
 
virtual T 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.DynamicBindingListBase< 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 e)
 Raises the Saved event. More...
 
override object 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 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 Child_PropertyChanged (object sender, System.ComponentModel.PropertyChangedEventArgs e)
 Handles any PropertyChanged event from a child object and echoes it up as a ChildChanged event. More...
 
virtual void OnChildPropertyChanged (object sender, System.ComponentModel.PropertyChangedEventArgs e)
 Override this method to be notified when a child object has been changed. More...
 
override void OnDeserialized ()
 This method is called on a newly deserialized object after deserialization is complete. 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.DynamicBindingListBase< Foo >
ApplicationContext ApplicationContext [get]
 Gets the current ApplicationContext More...
 
EventHandler< Csla.Core.SavedEventArgsSaved
 Event raised when an object has been saved. More...
 
override bool IsBusy [get]
 Gets a value indicating whether this object is currently running an async operation. More...
 

Detailed Description

Definition at line 154 of file TestClasses.cs.