pmMDA.NET

PagingHelper Methods

The methods of the PagingHelper class are listed below. For a complete list of PagingHelper class members, see the PagingHelper Members topic.

Public Instance Methods

Contains Returns whether the persistent items of a paged collection contains a specified dataObject.
ContainsAll Returns whether the persistent items of a paged collection contains a collection of c.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetPersistentItems Returns an array of all data objects within the specified c that are persistent.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Returns the index of a specified item.
ReloadOverloaded. Reloads items.
ReloadCount Reloads the count of persistent items.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
OnCountChanged Raises the CountChanged event.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace