[]
Loads an object from the specified XmlNode.
public virtual bool FromXml(XmlNode node)
Type | Name | Description |
---|---|---|
XmlNode | node | An XmlNode which contains the object data. |
Type | Description |
---|---|
bool | Returns true if object has been changed. |
Loads an object from the specified XmlReader.
public virtual 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. |
Loads an object from the specified Stream.
public bool FromXml(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream | The Stream that contains the object data. |
Type | Description |
---|---|
bool | Returns true if object has been changed. |