Microsoft.Practices.Prism Namespace
Classes
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.
|
|
ExtensionMethods |
Defines extension methods on the List<T> class.
|
|
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.
|
Interfaces
Interface | Description | |
---|---|---|
IActiveAware |
Interface that defines if the object instance is active and notifies when the activity changes.
|