Class DeferredDeletionAttribute
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Enables deferred object deletion.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, Inherited = true)]
public sealed class DeferredDeletionAttribute : Attribute
- Inheritance
-
DeferredDeletionAttribute
- Inherited Members
Constructors
DeferredDeletionAttribute()
Initializes a new instance of the DeferredDeletionAttribute class.
public DeferredDeletionAttribute()
DeferredDeletionAttribute(bool)
Initializes a new instance of the DeferredDeletionAttribute class with the specified DeferredDeletionAttribute.Enabled property.
public DeferredDeletionAttribute(bool enabled)
Parameters
enabled
booltrue to enable deferred deletion; otherwise, false. This value is assigned to the DeferredDeletionAttribute.Enabled property.
Properties
Enabled
Gets or sets whether deferred object deletion is enabled.
public bool Enabled { get; set; }
Property Value
- bool
true to enable deferred object deletion; otherwise, false.