Skip to main content

MappingCollection.FillPersistentObject(IPersistentObject, Object) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public virtual void FillPersistentObject(
    IPersistentObject obj,
    object dataObject
)

Parameters

Name Type
obj IPersistentObject
dataObject Object
See Also