PersistentBase Methods
Serves as a base for classes that represent persistent objects.
Name | Description |
---|---|
After |
Invoked when the current object is about to be initialized after its creation. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Get |
This member supports the internal infrastructure and isn’t intended to be used directly from your code. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Persistent |
Get |
Returns an object that stores information about the modified properties when the Session. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Invoked after an object’s property has been changed. |
On |
Invoked when the current object is about to be deleted. |
On |
Invoked when the current object is about to be saved. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string which represents the current object. |
See Also