Class | Description | |
---|---|---|
NavigableViewPartAttribute | Represents the attribute to define a navigable view part. | |
Region | Implementation of IRegion that enables view composition and activation, as well as views management in loosely-coupled fashion. | |
RegionAdapter | Provides services for region adapter such as registration and unregistration. | |
RegionAdapterBase<T> | Represents the base class to facilitate the creation of IRegionAdapter implementations. | |
RegionManager | Represents an implementation of IRegionManager which is responsible to manage the collection of regions, as well as attaching and releasing regions to controls. | |
RegionManagerService | Provides the methods to maintain the region manager. | |
UIMetadataAttribute | Represents an attribute to describe common user interface properties. | |
UriTypeMappingEventArgs | Represents the event argument data for mapping an URI to a type. | |
ViewDiscoveryProvider | Represents the built-in view discovery implementation for the ClientUI region framework. | |
ViewMetadata | Represents a metadata class that describes a view. | |
ViewMetadataAttribute | Represents an attribute to provide additional data to a view. | |
ViewPartAttribute | Represents an attribute that can be used to define a view part. | |
ViewSortHintAttribute | Provides a hint that affects how the view will be sorted. |
Interface | Description | |
---|---|---|
IRegion | Defines the members to support region implementation used to compose views. | |
IRegionAdapter | Defines an interfaces to adapt an object and bind it to a new IRegion. | |
IRegionCollection | Defines a collection of IRegion uniquely identified by their Name. | |
IRegionManager | Defines an interface to manage a set of regions and to attach regions to objects (typically UI controls). | |
ISupportActivation | Defines the members to support view activation when registered within a region. | |
IViewDiscoveryProvider | Defines the members required to implement a discovery provider. | |
IViewPart | Defines the members required to implement a view part. |