pmMDA.NET

DataObjectUpdate Members

DataObjectUpdate overview

Public Static Operators

Equality Operator Check whether two updates equal each other.
Inequality Operator Check whether two updates do not equals each other.

Public Instance Constructors

DataObjectUpdate Overloaded. Initializes a new instance of the DataObjectUpdate class.

Public Instance Properties

Count Gets the number of updates contained in this data object update.
DataObject Gets the data object this update belongs to.
DoId Gets the data object id which represents the data object to which this update belongs.
Timestamp Gets the timestamp of the data object to which this update belongs.
Updates Gets the updates of this data object update.

Public Instance Methods

AddUpdate Adds an update, which represents a modification on a single or indexed property, to this data object update.
ClearUpdates Removes all updates, which represent a modification on a single or indexed property, from this data object update.
Equals Check whether this data object equals a obj.
Execute Executes this update.
GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetObjectData Populates the info with the serialized data.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

DataObjectUpdate Overloaded. Initializes a new instance of the DataObjectUpdate class.

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

SetDataObject Resets the DataObject property to a valid data object instance.

See Also

DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace