pmMDA.NET

PagedSet Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PagedSet class.

public PagedSet(
   IDataObject owner,
   Type itemType,
   string fieldName,
   int pagingAmount,
   int maxLoadedItemCount
);

Parameters

owner
The data object which owns the indexed property that is represented through this collection.
itemType
The type of items that are stored in this collection.
fieldName
The name of the field which represents the indexed property.
pagingAmount
The count of items that is reloaded when a not yet received item is requested.
maxLoadedItemCount
The maximum count of items that are hold in the local cache.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace