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