Microsoft.Practices.Prism Namespace

Classes

  Class Description
Public class ExtensionMethods
Defines extension methods on the List<T> class.
Public class ObservableObject<T>
Class that wraps an object, so that other classes can notify for Change events. Typically, this class is set as a Dependency Property on DependencyObjects, and allows other classes to observe any changes in the Value.

Interfaces

  Interface Description
Public interface IActiveAware
Interface that defines if the object instance is active and notifies when the activity changes.