pmMDA.NET

PagingHelper Members

PagingHelper overview

Public Instance Constructors

PagingHelper Constructor Initializes a new instance of the PagingHelper class.

Public Instance Properties

DoHandler Gets the data object handler used to reload the items.
FieldName Gets the name of the field which represents the indexed property for which this helper is used.
ItemType Gets the type of the items of the indexed property for which this helper is used.
Owner Gets the owner of the indexed property for which this helper is used.
OwnerType Gets the type of the Owner
PersistentCount Gets the current count of persistent items.

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.

Public Instance Events

CountChanged 

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