Intersoft.Client.Framework.Regions Namespace : Region Class |
The following tables list the members exposed by Region.
Name | Description | |
---|---|---|
Region Constructor | Overloaded. |
Name | Description | |
---|---|---|
EnableViewSortingProperty | Identifies the EnableViewSorting attached property. | |
RegionNameProperty | Identifies the RegionName attached property. | |
ViewMetadataProperty | Identifies the ViewMetadata attached property. |
Name | Description | |
---|---|---|
Adapter | Gets the IRegionAdapter used to adapt the Host element to this IRegion instance. | |
Context | Gets or sets a context for the region. This value can be used by the user to share context with the views. | |
DefaultDiscoveryProvider | Gets or sets the default IViewDiscoveryProvider which will be used to discover views in a region. | |
DiscoveryProvider | Gets or sets the IViewDiscoveryProvider for this IRegion instance. | |
EnableViewSorting | Gets or sets a value indicating whether the views in the region should be sorted. | |
Host | Gets the element that hosts this IRegion instance. | |
Name | Gets the name of the region that uniequely identifies the region within a IRegionManager. | |
RegionManager | Gets the IRegionManager that owns this IRegion instance. | |
ResolvedViews | Gets the collection of the views that consisted of the original items and new items added in this IRegion instance. | |
SortComparison | Gets or sets the comparison used to sort the views. | |
Views | Gets the collection of the views registered in this IRegion instance. |
Name | Description | |
---|---|---|
Activate | Sets the specified view as active, if supported by the adapter. | |
Add | Overloaded. Adds a new view to the region. | |
Deactivate | Sets the specified view as inactive, if supported by the adapter. | |
Dispose | Disposes this Region instance. | |
GetEnableViewSorting | Gets the value of the EnableViewSorting attached property. | |
GetRegionName | Gets the value of the RegionName attached property. | |
GetView | Returns the view instance that was added to the region using a specific name. | |
GetViewFromMetadata | Returns the view instance based on the specified metadata. | |
GetViewMetadata | Gets the value of the ViewMetadata attached property. | |
InvalidateViews | Invalidates the existing views and synchronize the available elements with the views registered in this IRegion instance. | |
Remove | Removes the specified view from the region. | |
SetEnableViewSorting | Sets the ViewMetadata attached property. | |
SetRegionName | Sets the RegionName attached property. | |
SetViewMetadata | Sets the ViewMetadata attached property. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |