pmMDA.NET

MyDo Members

MyDo overview

Public Instance Constructors

MyDo Constructor Initializes a new instance of the MyDo class.

Public Instance Properties

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

Public Instance Methods

Accept (inherited from DataObjectImpl) Implements the visitor pattern in the data object class.
Clone 
Copy (inherited from DataObjectImpl) 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 (inherited from DataObjectImpl) Populates the info with the data needed to serialize this data object.
GetType (inherited from Object) Gets the Type of the current instance.
ResetPaging (inherited from DataObjectImpl) 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 (inherited from DataObjectImpl) Occurs when an indexed property has changed.
PrimitivePropertyChanged (inherited from DataObjectImpl) Occurs when the value of a primitive property has changed.
SinglePropertyChanged (inherited from DataObjectImpl) Occurs when the value of a single property has changed.

Protected Instance Methods

AcceptIndexedProperties 
AcceptProperties 
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 (inherited from DataObjectImpl) Raises the IndexedPropertyChanged event.
OnPrimitivePropertyChanged (inherited from DataObjectImpl) Raises the PrimitivePropertyChanged event.
OnSinglePropertyChanged (inherited from DataObjectImpl) Raises the SinglePropertyChanged event.

See Also

MyDo Class | PmMda.Net.Dog Namespace