Intersoft ClientUI Documentation
RegionAdapterBase<T> Class
Members 



Type of object to adapt.
Represents the base class to facilitate the creation of IRegionAdapter implementations.
Syntax
Public MustInherit Class RegionAdapterBase(Of T As Class) 
   Implements IRegionAdapter 
Dim instance As RegionAdapterBase(Of T)
public abstract class RegionAdapterBase<T> : IRegionAdapter  
where T: class
generic<typename T>
public ref class RegionAdapterBase abstract : public IRegionAdapter  
where T: ref class
Type Parameters
T
Type of object to adapt.
Inheritance Hierarchy

System.Object
   Intersoft.Client.Framework.Regions.RegionAdapterBase<T>
      Intersoft.Client.Framework.Regions.Adapters.ContentControlRegionAdapter
      Intersoft.Client.Framework.Regions.Adapters.ItemsControlRegionAdapter
      Intersoft.Client.Framework.Regions.Adapters.SelectionControlRegionAdapter

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RegionAdapterBase<T> Members
Intersoft.Client.Framework.Regions Namespace

Send Feedback