[]
Loads an object from the specified XmlNode.
public override bool FromXml(XmlNode node)
Type | Name | Description |
---|---|---|
XmlNode | node | An XmlNode which contains the object data. |
Type | Description |
---|---|
bool |
Loads an object from the specified XmlReader.
public override bool FromXml(XmlReader reader)
Type | Name | Description |
---|---|---|
XmlReader | reader | An XmlReader which contains the object data. |
Type | Description |
---|---|
bool | Returns true if object has been changed. |