NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PagedDataSource Members

Public:

Constructor

PagedDataSource Constructor Creates a new instance of PagedDataSource.

Properties

AllowCustomPaging Whether to assume the underlying datasource contains data for just the current page. This is only applicable if AllowPaging is true. In this scenario, the developer can fetch just the right number of items from the DataSet to fill up a single page, which may be more efficient based on the source of the data.
AllowPaging Whether to implement page semantics on top of the underlying datasource.
Count Returns the number of items to be used from the datasource. This takes into account several factors such as paged/non-paged modes, custom paging, and last page.
CurrentPageIndex The index of the current page.
DataSource [To be supplied.]
DataSourceCount [To be supplied.]
FirstIndexInPage [To be supplied.]
IsCustomPagingEnabled [To be supplied.]
IsFirstPage [To be supplied.]
IsLastPage [To be supplied.]
IsPagingEnabled [To be supplied.]
IsReadOnly [To be supplied.]
IsSynchronized [To be supplied.]
PageCount [To be supplied.]
PageSize [To be supplied.]
SyncRoot [To be supplied.]
VirtualCount [To be supplied.]

Methods

CopyTo [To be supplied.]
Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetEnumerator [To be supplied.]
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetItemProperties [To be supplied.]
GetListName [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

PagedDataSource Class | System.Web.UI.WebControls Namespace