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