![]() Equality Operator | Check whether two updates equal each other. |
![]() Inequality Operator | Check whether two updates do not equals each other. |
DataObjectUpdate
|
Overloaded. Initializes a new instance of the DataObjectUpdate class. |
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. |
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. |
DataObjectUpdate
|
Overloaded. Initializes a new instance of the DataObjectUpdate class. |
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. |
SetDataObject | Resets the DataObject property to a valid data object instance. |
DataObjectUpdate Class | PmMda.Net.Dog.Updates Namespace