SimpleObjectLayer Methods
An object access layer that saves and loads persistent objects via a data access layer associated with a data store provider (an IDataStore implementation).
Name | Description |
---|---|
Clear |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Commit |
Performs object layer specific operations that are required to commit object changes made in a specified session. |
Commit |
Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion. |
Commit |
Asynchronously commits object changes made in a specified session and notifies upon completion. |
Create |
Performs object layer specific operations that are required to create an XPObject |
Create |
Asynchronously performs object layer specific operations that are required to create an XPObject |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Creates a new Simple |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a Dictionary<XPClass |
Get |
Performs object layer specific operations that are required to return persistent objects from a specified session using queries based on specified object types and key values. |
Get |
Retrieves object data from a session asynchronously, according to specified query parameters. |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Load |
Performs object layer specific operations that are required to load a collection property using specified settings. |
Load |
Performs object layer specific operations that are required to asynchronously load a collection property using specified settings. |
Load |
Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects. |
Load |
Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object. |
Load |
Asynchronously loads data from a session to an object’s specific properties marked for delayed loading. |
Load |
Asynchronously loads data from a session to an object’s specific properties marked for delayed loading. |
Load |
Performs object layer specific operations that are required to load persistent objects using specified settings. |
Load |
Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion. |
Load |
Loads persistent objects asynchronously, according to specified query parameters. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Purge() | Performs object layer specific operations that are required to remove all objects marked for deletion. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Select |
Performs object layer specific operations that are required to retrieve object data from a session using specified query parameters. |
Select |
Performs object layer specific operations that are required to asynchronously retrieve object data from a session using specified query parameters and notifies upon completion. |
Select |
Retrieves object data from a session asynchronously, according to specified query parameters. |
Set |
Designates a Dictionary<XPClass |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Performs object layer specific operations that are required to update a data store’s schema according to the class descriptions of the specified types. |
Update |
Asynchronously performs object layer specific operations that are required to update a data store’s schema according to the class descriptions of the specified types. |
See Also