EasyObjects.NET Programmers Reference

EasyObject.FromXml Method

Reload the EasyObject from a previous call to ToXml.

Overload List

Reload the EasyObject from a previous call to ToXml.

public virtual void FromXml(string);

Reload the EasyObject from a previous call to ToXml. Use the mode parameter for finer control.

public virtual void FromXml(string,XmlReadMode);

See Also

EasyObject Class | NCI.EasyObjects Namespace