Microsoft.Practices.Prism Namespace
| Class | Description | |
|---|---|---|
|
Bootstrapper |
Base class that provides a basic bootstrapping sequence and hooks
that specific implementations can override
|
|
CollectionExtensions |
Class that provides extension methods to Collection
|
|
ExceptionExtensions |
Class that provides extension methods for the Exception class. These extension methods provide
a mechanism for developers to get more easily to the root cause of an exception, especially in combination with
DI-containers such as Unity.
|
|
ListDictionary<TKey, TValue> |
A dictionary of lists.
|
|
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.
|
|
ServiceLocatorExtensions |
Defines extension methods for the ServiceLocator class.
|
|
UriParsingHelper |
Helper class for parsing Uri instances.
|
|
UriQuery |
Represents a query in a Uri.
|
| Interface | Description | |
|---|---|---|
|
IActiveAware |
Interface that defines if the object instance is active
and notifies when the activity changes.
|