pmMDA.NET

ClientDataObjectHandler Members

ClientDataObjectHandler overview

Public Instance Constructors

ClientDataObjectHandler Overloaded. Initializes a new instance of the ClientRemotingHandler.

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 server.
RetrieveOverloaded. Retrieves all data objects from the server 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.

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace