Skip to main content
A newer version of this page is available. .

IPersistentObject Interface

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public interface IPersistentObject :
    IBatchUpdateable,
    IDisposable

The following members return IPersistentObject objects:

Remarks

The IPersistentObject interface is implemented in the following objects:

See Also