Version

DataSourceHelper Class Members

The following tables list the members exposed by DataSourceHelper.

Public Constructors
 NameDescription
Public ConstructorDataSourceHelper ConstructorInitializes a new instance of the DataSourceHelper class.  
Public Properties
 NameDescription
Public PropertyCachedTypeGets the type of the elements contained in System.Collections.IEnumerable that this DataSourceHelper wraps.  
Public PropertyTotalRecordCountGets the number of elements contained in System.Collections.IEnumerable that this DataSourceHelper wraps.  
Protected Properties
 NameDescription
Protected PropertyIListDataGets the underlying data source as an System.Collections.IList. If the datasource isn't an IList, null is returned.  
Public Methods
 NameDescription
Public MethodGetDataPropertiesGets all public properties of CachedType type.  
Public MethodGetRecordReturns an object in the data source at a given index, after applying the sort and filter.  
Public Methodstatic (Shared in Visual Basic)ResolveItemTypeResolves the underlying type of the item that the specified collection contains.  
See Also