![]() |
Initializes a new instance of the PagedListBase class. |
![]() | Gets the number of items contained in this list. |
![]() | Gets the default action for concurrency violations. |
![]() | Gets whether this list has a fixed size. |
![]() | Gets whether this list is read-only. |
![]() | Gets whether the access to this list is synchronized (thread-safe). |
![]() | Gets or sets the item at a specified index. |
![]() | Gets an array of locally available items |
![]() | Gets or sets the maximal count of items that are hold in the local cache. |
![]() | Gets whether this list was modified. |
![]() | Gets or sets the paging amount. |
![]() | Gets an object that can be used to synchronize the access to this list. |
![]() | Adds an value to the end of this list. |
![]() | Removes all items from this list. |
![]() | |
![]() | Determines whether this list contains a specified value. |
![]() | Copies the items of this list to an Array, starting at a specified array index. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Returns an enumerator that can iterate through this list. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Determines the index of a specific value in this list. |
![]() | Inserts an item to this list at the specified index. |
![]() | Removes the first occurrence of the specified value from this list. |
![]() | Removes the list item at the specified index. |
![]() | Resets the local changes. |
![]() | Returns a string that represents the current list. |
![]() | Occurs when items have been reloaded. |
![]() | Occurs when items have been unloaded. |
![]() | This event is raised every time an optimistic concurrency violation is detected. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
![]() | Raises the ItemsReloaded event. |
![]() | Raises the ItemsUnloaded event. |
![]() | Raises the OwnerModified event. |
PagedListBase Class | PmMda.Net.Dog.Paging Namespace