![]() |
Initializes a new instance of the PagedSet class. |
![]() | Gets the number of items contained in this set. |
![]() | Gets the default action for concurrency violations. |
![]() | Gets whether this set contains no items. |
![]() | Gets a value indicating whether access to the ICollection is synchronized (thread-safe). |
![]() | 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 set was modified. |
![]() | Gets or sets the paging amount. |
![]() | Gets an object that can be used to synchronize access to this set. |
![]() | Adds the o to this set if it is not already present. |
![]() | Adds all the items in the c to this set if they are not already present. |
![]() | Removes all items from this set. |
![]() | |
![]() | Creates a shallow copy of the ArrayList. |
![]() | Returns whether this set contains the o. |
![]() | Returns whether this set contains all the items in the c. |
![]() | Returns whether a o is available in the local cache. |
![]() | Copies the items of this set to an Array, starting at a particular Array index. |
![]() | Overloaded. Gets an enumerable to iterate over the items of this set. |
![]() | Gets an enumerable to iterate over the items of this set until the lastItem is reached. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Performs an "exclusive-or" of the two sets, keeping only the items that are in one of the sets, but not in both. The original sets are not modified during this operation. The result set is a clone of this set containing the items from the exclusive-or operation. |
![]() | Returns the first item of this set. |
![]() | Returns an enumerator for the entire set. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the item which follows a previous. |
![]() | Gets the Type of the current instance. |
![]() | Performs an "intersection" of the two sets, where only the items that are present in both sets remain. |
![]() | Performs a "minus" of the set a from this set. |
![]() | Removes the o from this set. |
![]() | Remove all the c from this set, if they exist in this set. |
![]() | Resets the local changes. |
![]() | Retains only the items in this set that are contained in the c. |
![]() | Returns a String that represents the current Object. |
![]() | Performs a "union" of the two sets, where all the items in both sets are present. |
![]() | 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. |
PagedSet Class | PmMda.Net.Dog.Paging Namespace