IsNew | Gets whether this data object is a new one. |
Modified | Gets or sets whether this data object is modified. |
Timestamp | Gets or sets the timestamp of the last time this data object was stored in the persistent store. |
Update | The data object update which stores the modifications made on this data object since this object was created or loaded. |
Accept | Defines the accept method of the visitor pattern. The accept method dispatches the visitor to all its relevant children. A relevant child is always another data object. |
Copy | Creates and returns a deep copy of this data object and its descendants. |
ResetPaging | When implemented by a class, resets the data of the paged collection to the persistent state of this data object. |
IndexedPropertyChanged | Occurs when an indexed property has changed. |
PrimitivePropertyChanged | Occurs when the value of a primitive property has changed. |
SinglePropertyChanged | Occurs when the value of a single property has changed. |
IDataObject Interface | PmMda.Net.Dog Namespace