pmMDA.NET

PagedList Members

PagedList overview

Public Instance Constructors

PagedList Constructor Initializes a new instance of the PagedList class

Public Instance Properties

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

Public Instance Methods

Add (inherited from PagedListBase) Adds an value to the end of this list.
Clear (inherited from PagedListBase) Removes all items from this list.
ClearCache (inherited from PagedListBase) 
Contains (inherited from PagedListBase) Determines whether this list contains a specified value.
CopyTo (inherited from PagedListBase) 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 (inherited from PagedListBase) 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 (inherited from PagedListBase) Determines the index of a specific value in this list.
Insert (inherited from PagedListBase) Inserts an item to this list at the specified index.
Remove (inherited from PagedListBase) Removes the first occurrence of the specified value from this list.
RemoveAt (inherited from PagedListBase) Removes the list item at the specified index.
ResetPaging (inherited from PagedListBase) Resets the local changes.
ToString (inherited from PagedListBase) Returns a string that represents the current list.

Public Instance Events

ItemsReloaded (inherited from PagedListBase) Occurs when items have been reloaded.
ItemsUnloaded (inherited from PagedListBase) Occurs when items have been unloaded.
OwnerModified (inherited from PagedListBase) 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 (inherited from PagedListBase) Raises the ItemsReloaded event.
OnItemsUnloaded (inherited from PagedListBase) Raises the ItemsUnloaded event.
OnOwnerModified (inherited from PagedListBase) Raises the OwnerModified event.

See Also

PagedList Class | PmMda.Net.Dog.Paging Namespace