pmMDA.NET

PagedListBase Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PagedListBase class.

public PagedListBase(
   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 list.
itemType
The type of items that are stored in this list.
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.

Exceptions

Exception Type Condition
ArgumentNullException owner is null.
- or -

itemType is null.
- or -
fieldName is null.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace