4using System.Collections.Generic;
5using System.Collections.Specialized;
6using System.ComponentModel;
9using System.Threading.Tasks;
20 IMobileObject, INotifyCollectionChanged, INotifyPropertyChanged,
21 IList<C>, ICollection<C>, IEnumerable<C>
This is the core interface implemented by all CSLA .NET base classes.
Interface defining an object that notifies when it is busy executing an asynchronous operation.
Implemented by classes that notify when a child object has changed.
Implemented by an object that perfoms asynchronous operations that may raise exceptions.
Defines additional elements for an ObservableCollection as required by CSLA .NET.
Interface implemented by all read-only collection classes.
This is the base class from which readonly collections of readonly objects should be derived.
Interface to be implemented by any object that supports serialization by the SerializationFormatterFa...
Interface defining callback methods used by the SerializationFormatterFactory.GetFormatter().