ReminderCollectionXmlPersistenceHelper.ObjectFromXml(Appointment, XmlNode) Method
Loads the reminder collection from XML data.
Namespace: DevExpress.XtraScheduler.Xml
Assembly: DevExpress.XtraScheduler.v20.2.Core.dll
Declaration
public static ReminderCollection ObjectFromXml(
Appointment apt,
XmlNode root
)
Public Shared Function ObjectFromXml(
apt As Appointment,
root As XmlNode
) As ReminderCollection
Parameters
Name | Type | Description |
---|---|---|
apt | Appointment | An Appointment for which reminders are loaded. |
root | XmlNode | A XmlDocument object that is the root node in the XML document. |
Returns
Type | Description |
---|---|
ReminderCollection | A ReminderCollection object that is the collection of reminders for an appointment. |
See Also
Feedback