Back to Devexpress

IPersistentObject Interface

corelibraries-devexpress-dot-xtrascheduler-2fa2d2d0.md

latest1.4 KB
Original Source

IPersistentObject Interface

A base interface for the Scheduler persistent objects (appointments, resources, appointment dependencies).

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.dll

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
public interface IPersistentObject :
    IBatchUpdateable,
    IDisposable
vb
Public Interface IPersistentObject
    Inherits IBatchUpdateable,
             IDisposable

The following members return IPersistentObject objects:

Remarks

The IPersistentObject interface is implemented in the following objects:

See Also

IPersistentObject Members

DevExpress.XtraScheduler Namespace