Table of Contents

Class CommitObjectStubsResult

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Results of object saving performed via ISerializableObjectLayer objects.

public class CommitObjectStubsResult
Inheritance
CommitObjectStubsResult
Inherited Members

Constructors

CommitObjectStubsResult()

This member supports the internal infrastructure and is not intended to be used directly from your code.

public CommitObjectStubsResult()

CommitObjectStubsResult(object, object)

This member supports the internal infrastructure and is not intended to be used directly from your code.

public CommitObjectStubsResult(object key, object optimisticLockField)

Parameters

key object
optimisticLockField object

Properties

Key

This member supports the internal infrastructure and is not intended to be used directly from your code.

public object Key { get; set; }

Property Value

object

OptimisticLockField

This member supports the internal infrastructure and is not intended to be used directly from your code.

public object OptimisticLockField { get; set; }

Property Value

object