Skip to main content

PersistentObjectStorage<T>.CommitExistingObject(T) Method

Commits changes to an existing object. Updates the object data record in the underlying data source. For internal use.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public virtual void CommitExistingObject(
    T obj
)

Parameters

Name Type Description
obj T

A persistent object to commit.

See Also