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