pmMDA.NET

PagedListBase Members

PagedListBase overview

Public Instance Constructors

PagedListBase Constructor Initializes a new instance of the PagedListBase class.

Public Instance Properties

Count Gets the number of items contained in this list.
DefaultOwnerModifiedAction Gets the default action for concurrency violations.
IsFixedSize Gets whether this list has a fixed size.
IsReadOnly Gets whether this list is read-only.
IsSynchronized Gets whether the access to this list is synchronized (thread-safe).
Item Gets or sets the item at a specified index.
LocalItems Gets an array of locally available items
MaxLoadedItemCount Gets or sets the maximal count of items that are hold in the local cache.
Modified Gets whether this list was modified.
PagingAmount Gets or sets the paging amount.
SyncRoot Gets an object that can be used to synchronize the access to this list.

Public Instance Methods

Add Adds an value to the end of this list.
Clear Removes all items from this list.
ClearCache 
Contains Determines whether this list contains a specified value.
CopyTo Copies the items of this list to an Array, starting at a specified array index.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through this list.
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.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Determines the index of a specific value in this list.
Insert Inserts an item to this list at the specified index.
Remove Removes the first occurrence of the specified value from this list.
RemoveAt Removes the list item at the specified index.
ResetPaging Resets the local changes.
ToString Returns a string that represents the current list.

Public Instance Events

ItemsReloaded Occurs when items have been reloaded.
ItemsUnloaded Occurs when items have been unloaded.
OwnerModified This event is raised every time an optimistic concurrency violation is detected.

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.
OnItemsReloaded Raises the ItemsReloaded event.
OnItemsUnloaded Raises the ItemsUnloaded event.
OnOwnerModified Raises the OwnerModified event.

See Also

PagedListBase Class | PmMda.Net.Dog.Paging Namespace