pmMDA.NET

PersistenceHandler Methods

The methods of the PersistenceHandler class are listed below. For a complete list of PersistenceHandler class members, see the PersistenceHandler Members topic.

Public Instance Methods

Contains Returns whether a specified indexed property contains a specified item.
ContainsAll Returns whether a specified indexed property contains all specified items.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetCountOverloaded. Gets the count of data objects which are from a specified type.
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.
GetPersistentItemIds Returns the identifiers of the specified items which are persistent.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOf Gets the index of an item of an indexed property.
Remove Removes a specified data object from the database.
RetrieveOverloaded. Retrieves all data objects from the database which are from a specified type.
RetrieveLwOverloaded. Retrieves the list of lightweight data objects of the given type.
RetrievePagedOverloaded. Retrieves the data objects tree using paging.
StoreOverloaded. Stores a bunch of root objects within the same transaction.
ToString (inherited from Object) Returns a String that represents the current Object.

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.

Internal Instance Methods

GetTimestamp 
ResetModified Resets the modified flag of all data objects in the specified collection.

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace