pmMDA.NET

PersistentItemList.Item Property

[This is preliminary documentation and subject to change.]

Gets the persistent item at the specified index.

public PmMda.Net.Dog.IDataObject this[
   int index
] {get;}

Parameters

index
The index of the item to get.

Property Value

The item at the specified index.

Remarks

If the item at the specified index is not already loaded the next bunch of items is reloaded.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The index is less than zero or greather than or equal to the count of persistent items.

See Also

PersistentItemList Class | PmMda.Net.Dog.Paging Namespace