Skip to main content
A newer version of this page is available. .

SerializableObjectLayerClient Members

An object access layer that saves and loads persistent objects via an object implementing the ISerializableObjectLayer interface.

Constructors

Name Description
SerializableObjectLayerClient(ISerializableObjectLayer, XPDictionary) Initializes a new instance of the SerializableObjectLayerClient class with specified settings.
SerializableObjectLayerClient(ISerializableObjectLayer) Initializes a new instance of the SerializableObjectLayerClient class with a specified object implementing the ISerializableObjectLayer interface.

Properties

Name Description
AutoCreateOption Returns an AutoCreateOption value associated with the current object layer.
CanLoadCollectionObjects Indicates if an object layer can call the SerializableObjectLayerClient.LoadCollectionObjects method to load collection properties.
Connection Provides access to the current object layer’s IDbConnection object that is used to access a database.
DataLayer Provides access to the current object layer’s data access layer which is used to access a data store.
Dictionary Gets an object providing metadata on persistent objects stored in a data store.
ObjectLayer Returns the current SerializableObjectLayerClient object.
SerializableObjectLayer

Methods

Name Description
CommitChanges(Session, ICollection, ICollection) Performs object layer specific operations that are required to commit object changes made in a specified session.
CommitChangesAsync(Session, ICollection, ICollection, AsyncCommitCallback) Performs object layer specific operations that are required to asynchronously commit object changes made in a specified session and notifies upon completion.
CommitChangesAsync(Session, ICollection, ICollection, CancellationToken) Asynchronously commits object changes made in a specified session and notifies upon completion.
CreateObjectType(XPObjectType) Performs object layer specific operations that are required to create an XPObjectType record.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetObjectLayerWideObjectTypes() This member supports the internal infrastructure and is not intended to be used directly from your code.
GetObjectsByKey(Session, ObjectsByKeyQuery[]) 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.
GetObjectsByKeyAsync(Session, ObjectsByKeyQuery[], CancellationToken) Retrieves object data from a session asynchronously, according to specified query parameters.
GetParentObjectsToDelete(Session) Performs object layer specific operations that are required to return a collection of objects marked for deletion in parent sessions.
GetParentObjectsToSave(Session) Performs object layer specific operations that are required to return a collection of objects marked for saving in parent sessions.
GetParentTouchedClassInfos(Session) Performs object layer specific operations that are required to return the metadata of objects modified in parent sessions relative to a specified session.
GetStaticCache(XPClassInfo) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetType() Gets the Type of the current instance. Inherited from Object.
IsParentObjectToDelete(Session, Object) Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for deletion in parent sessions.
IsParentObjectToSave(Session, Object) Performs object layer specific operations that are required to determine if a specified object corresponds to an object marked for saving in parent sessions.
IsStaticType(XPClassInfo) This member supports the internal infrastructure and is not intended to be used directly from your code.
LoadCollectionObjects(Session, XPMemberInfo, Object) Performs object layer specific operations that are required to load a collection property using specified settings.
LoadDelayedProperties(Session, IList, XPMemberInfo) Performs object layer specific operations that are required to load data to a specific property marked for delayed loading in specified objects.
LoadDelayedProperties(Session, Object, MemberPathCollection) Performs object layer specific operations that are required to load data to specific properties marked for delayed loading in a specified object.
LoadDelayedPropertiesAsync(Session, IList, XPMemberInfo, CancellationToken) Asynchronously loads data from a session to an object’s specific properties marked for delayed loading.
LoadDelayedPropertiesAsync(Session, Object, MemberPathCollection, CancellationToken) Asynchronously loads data from a session to an object’s specific properties marked for delayed loading.
LoadObjects(Session, ObjectsQuery[]) Performs object layer specific operations that are required to load persistent objects using specified settings.
LoadObjectsAsync(Session, ObjectsQuery[], AsyncLoadObjectsCallback) Performs object layer specific operations that are required to asynchronously load persistent objects using specified settings and notifies upon completion.
LoadObjectsAsync(Session, ObjectsQuery[], CancellationToken) Loads persistent objects asynchronously, according to specified query parameters.
MemberwiseClone() protected 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.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RegisterStaticTypes(XPClassInfo[]) This member supports the internal infrastructure and is not intended to be used directly from your code.
SelectData(Session, ObjectsQuery, CriteriaOperatorCollection, CriteriaOperatorCollection, CriteriaOperator) Performs object layer specific operations that are required to retrieve object data from a session using specified query parameters.
SelectDataAsync(Session, ObjectsQuery, CriteriaOperatorCollection, CriteriaOperatorCollection, CriteriaOperator, AsyncSelectDataCallback) Performs object layer specific operations that are required to asynchronously retrieve object data from a session using specified query parameters and notifies upon completion.
SelectDataAsync(Session, ObjectsQuery, CriteriaOperatorCollection, CriteriaOperatorCollection, CriteriaOperator, CancellationToken) Retrieves object data from a session asynchronously, according to specified query parameters.
SetObjectLayerWideObjectTypes(Dictionary<XPClassInfo, XPObjectType>) This member supports the internal infrastructure and is not intended to be used directly from your code.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateSchema(Boolean, XPClassInfo[]) Performs object layer specific operations that are required to update a data store’s schema according to the class descriptions of the specified types.

Events

Name Description
SchemaInit Occurs when a data store’s schema is initialized or updated for the current object layer.
See Also