pmMDA.NET

DataObjectImpl Members

DataObjectImpl overview

Public Instance Constructors

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

Public Instance Properties

Id Gets the identifier of this data object.
IsNew Gets whether this data object is new.
Modified Gets or sets whether this data object is modified.
Timestamp Gets or sets the timestamp used to implement optimistic locking.
Update The data object update which stores the modifications made on this data object since this object was created or loaded.

Public Instance Methods

Accept Implements the visitor pattern in the data object class.
Clone Creates and returns a deep copy of this data object and its descendants.
Copy Creates and returns a deep copy of this data object and its descendants.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
GetObjectData Populates the info with the data needed to serialize this data object.
GetType (inherited from Object) Gets the Type of the current instance.
ResetPaging Resets the data of the paged collection to the persistent state of this data object.
ToString (inherited from Object) Returns a String that represents the current Object.

Public Instance Events

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.

Protected Instance Constructors

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

Protected Instance Methods

AcceptIndexedProperties Visits all items in every indexed property.
AcceptProperties Visits all data objects referenced by a single property.
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.
OnIndexedPropertyChanged Raises the IndexedPropertyChanged event.
OnPrimitivePropertyChanged Raises the PrimitivePropertyChanged event.
OnSinglePropertyChanged Raises the SinglePropertyChanged event.

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace