[]
Reconstructs appointment from an System.Xml.XmlNode.
public override bool FromXml(XmlNode node)
| Type | Name | Description |
|---|---|---|
| XmlNode | node | An System.Xml.XmlNode which contains the Appointment data. |
| Type | Description |
|---|---|
| bool | True if appointment has been changed. |
Reconstructs appointment from an System.Xml.XmlReader.
public override bool FromXml(XmlReader reader)
| Type | Name | Description |
|---|---|---|
| XmlReader | reader | An System.Xml.XmlReader which contains the Appointment data. |
| Type | Description |
|---|---|
| bool | True if appointment has been changed. |