Intersoft ClientUI Documentation
Region Class Members
See Also  Fields  Properties  Methods  Events Send Feedback
Intersoft.Client.Framework.Regions Namespace : Region Class


The following tables list the members exposed by Region.

Public Constructors

 NameDescription
public ConstructorRegion ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)EnableViewSortingPropertyIdentifies the EnableViewSorting attached property.  
public Fieldstatic (Shared in Visual Basic)RegionNamePropertyIdentifies the RegionName attached property.  
public Fieldstatic (Shared in Visual Basic)ViewMetadataPropertyIdentifies the ViewMetadata attached property.  
Top

Public Properties

 NameDescription
public PropertyAdapterGets the IRegionAdapter used to adapt the Host element to this IRegion instance.  
public PropertyContextGets or sets a context for the region. This value can be used by the user to share context with the views.  
public Propertystatic (Shared in Visual Basic)DefaultDiscoveryProviderGets or sets the default IViewDiscoveryProvider which will be used to discover views in a region.  
public PropertyDiscoveryProviderGets or sets the IViewDiscoveryProvider for this IRegion instance.  
public PropertyEnableViewSortingGets or sets a value indicating whether the views in the region should be sorted.  
public PropertyHostGets the element that hosts this IRegion instance.  
public PropertyNameGets the name of the region that uniequely identifies the region within a IRegionManager.  
public PropertyRegionManagerGets the IRegionManager that owns this IRegion instance.  
public PropertyResolvedViewsGets the collection of the views that consisted of the original items and new items added in this IRegion instance.  
public PropertySortComparisonGets or sets the comparison used to sort the views.  
public PropertyViewsGets the collection of the views registered in this IRegion instance.  
Top

Public Methods

 NameDescription
public MethodActivateSets the specified view as active, if supported by the adapter.  
public MethodAddOverloaded. Adds a new view to the region.  
public MethodDeactivateSets the specified view as inactive, if supported by the adapter.  
public MethodDisposeDisposes this Region instance.  
public Methodstatic (Shared in Visual Basic)GetEnableViewSortingGets the value of the EnableViewSorting attached property.  
public Methodstatic (Shared in Visual Basic)GetRegionNameGets the value of the RegionName attached property.  
public MethodGetViewReturns the view instance that was added to the region using a specific name.  
public MethodGetViewFromMetadataReturns the view instance based on the specified metadata.  
public Methodstatic (Shared in Visual Basic)GetViewMetadataGets the value of the ViewMetadata attached property.  
public MethodInvalidateViewsInvalidates the existing views and synchronize the available elements with the views registered in this IRegion instance.  
public MethodRemoveRemoves the specified view from the region.  
public Methodstatic (Shared in Visual Basic)SetEnableViewSortingSets the ViewMetadata attached property.  
public Methodstatic (Shared in Visual Basic)SetRegionNameSets the RegionName attached property.  
public Methodstatic (Shared in Visual Basic)SetViewMetadataSets the ViewMetadata attached property.  
Top

Public Events

 NameDescription
public EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© 2012 All Rights Reserved.