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

PersistentObjectStorage<T>.CommitNewObject(T) Method

Commits a new object. Creates a new object data record and stores it in the underlying data source. For internal use.

Namespace: DevExpress.XtraScheduler

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

Declaration

public virtual void CommitNewObject(
    T obj
)

Parameters

Name Type Description
obj T

A persistent object to commit.

See Also