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

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.v18.2.Core.dll

Declaration

public virtual void FillPersistentObject(
    IPersistentObject obj,
    object dataObject
)

Parameters

Name Type
obj IPersistentObject
dataObject Object
See Also