The methods of the ObjectUtils class are listed below. For a complete list of ObjectUtils class members, see the ObjectUtils Members topic.
![]() ![]() | Adds a collection of DBObjects to the cache, which can later be accessed using GetObjectFromCache. |
![]() ![]() | Adds an object to an array, or replaces it if it's already in the array |
![]() ![]() | Deletes an DBObject from an array of DBObjects |
![]() ![]() | Gets a DBObject with the given id from an array of DBObjects, or null if the DBObject is not in the array |
![]() ![]() | Returns a comma separated list of object IDs |
![]() ![]() | Populates an object with the given id, and saves it to the cache. In future instances, the cached version is used. |
![]() ![]() | Removes the object with the given id from the cache |
![]() ![]() | Saves an array of DBObjects |
![]() ![]() | Writes a list of DBObjects to a stream as XML |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Returns a String that represents the current Object. |
![]() | 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. |
ObjectUtils Class | Shunde.Utilities Namespace