Skip to main content

PersistentObject.FromXml(String) Method

OBSOLETE

You should use the DevExpress.XtraScheduler.Xml.XmlPersistenceHelper.FromXml method instead.

Reconstructs a persistent object from an XML encoding.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

[Obsolete("You should use the DevExpress.XtraScheduler.Xml.XmlPersistenceHelper.FromXml method instead.", false)]
public virtual void FromXml(
    string val
)

Parameters

Name Type Description
val String

A String value that specifies the XML encoding to use to reconstruct the persistent object.

Remarks

The FromXml method, as well as corresponding XmlPersistenceHelper methods are for internal use only. Use the mappings mechanism to save and restore persistent objects instead.

See Also