Table of Contents

Class MergeCollisionBehaviorAttribute

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

Applied to persistent properties. Specifies the merge collision behavior for the target property.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, Inherited = true)]
public sealed class MergeCollisionBehaviorAttribute : Attribute
Inheritance
MergeCollisionBehaviorAttribute
Inherited Members

Constructors

MergeCollisionBehaviorAttribute(OptimisticLockingReadMergeBehavior)

Initializes a new instance of the MergeCollisionBehaviorAttribute class.

public MergeCollisionBehaviorAttribute(OptimisticLockingReadMergeBehavior behavior)

Parameters

behavior OptimisticLockingReadMergeBehavior

An OptimisticLockingReadMergeBehavior enumeration value specifying the merge collision behavior for the target property.

Properties

Behavior

Specifies the merge collision behavior for the MergeCollisionBehaviorAttribute attribute’s target property.

public OptimisticLockingReadMergeBehavior Behavior { get; }

Property Value

OptimisticLockingReadMergeBehavior

An OptimisticLockingReadMergeBehavior enumeration value specifying the merge collision behavior for the target property.