pmMDA.NET

PagingHelper Class

[This is preliminary documentation and subject to change.]

Helper class for paged collections.

For a list of all members of this type, see PagingHelper Members.

System.Object
   PmMda.Net.Dog.Paging.PagingHelper

internal class PagingHelper

Remarks

This helper class allows to reload items, request the current PersistentCount and test whether the paged collections contains a specified data object.

Error handling:
It is possible that the owner of the paged collection for which this helper is used has been modified since it was originally loaded. The owner is the data object which contains the indexed property represented by the paged collection. Because the owner was modified by another transaction, the local cache may be invalid. Also, it is never possible to store the Owner because of the optimistic concurrency approach of pmMDA.
The paged collection can react in different ways. For further information see the OwnerModifiedAction property.

Requirements

Namespace: PmMda.Net.Dog.Paging

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PagingHelper Members | PmMda.Net.Dog.Paging Namespace