Skip to main content

IPersistentObject Interface

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#Declaration

public interface IPersistentObject :
    IBatchUpdateable,
    IDisposable

The following members return IPersistentObject objects:

#Remarks

The IPersistentObject interface is implemented in the following objects:

See Also