Skip to main content

MappingCollection.FillDataObject(Object, IPersistentObject) 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 FillDataObject(
    object dataObject,
    IPersistentObject obj
)

Parameters

Name Type
dataObject Object
obj IPersistentObject
See Also