XPBaseObject Members
In This Article
#Fields
Name | Description |
---|---|
Auto |
Specifies whether changes in a persistent object are automatically committed to a database after you have finished editing the object in a bound control. To learn more, refer to How to: Control Automatic Saving of Objects when Editing in a Grid and How to: Prevent Changes in a Persistent Object from being Automatically Committed. |
Disable |
Controls how the XPCustomtypeof or typeof .
Inherited from Persistent |
Use |
Specifies whether the return value type of the XPCustom |
#Properties
Name | Description |
---|---|
Class |
Gets a value that provides access to the metadata information of a class gathered via Reflection.
Inherited from Persistent |
Fields static |
Gets an object that contains field identifiers for Simplified Criteria Syntax.
Inherited from Persistent |
Is |
Indicates whether the current persistent object is marked as deleted.
Inherited from Persistent |
Is |
Indicates whether the object is currently being initialized.
Inherited from Persistent |
Loading | Obsolete. Gets whether the object is currently being initialized. |
Session |
Gets the session used to load and save persistent objects.
Inherited from Persistent |
This | Refers to the current instance. |
#Methods
Name | Description |
---|---|
Add |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Add |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
After |
Invoked when the current object is about to be initialized after its creation.
Inherited from Persistent |
Delete() | Deletes the persistent object and its aggregated objects from persistent storage. |
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.
Inherited from Persistent |
Evaluate |
Evaluates the specified expression against the current instance of the persistent object. |
Evaluate |
Evaluates the specified string expression against the current instance of the persistent object. |
Evaluate |
Evaluates an expression specified by the Persistent |
Fit |
Checks whether the current instance matches the specified criteria. |
Fit |
Checks whether the current instance matches the specified criteria. |
Get |
This member supports the internal infrastructure and isn’t intended to be used directly from your code.
Inherited from Persistent |
Get |
Gets the hash code (a number) that corresponds to the value of the current Persistent |
Get |
Returns the value of the specified property. |
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 when the current object is about to be saved.
Inherited from Persistent |
Raise |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() | Reloads the state of the specified persistent object from the data store. |
Remove |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Remove |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Save() | Saves the object to the data store. |
Set |
Sets the value of the specified property. |
To |
Returns a string which represents the current object.
Inherited from Persistent |
See Also