EasyObjects.NET Programmers Reference

EasyObject.ToXml Method

This method will allow you to save the contents of the EasyObject to XML. You can load this data into another EasyObject of the same type via FromXml. Call GetChanges before calling ToXml to serialize only the modified data.

Overload List

This method will allow you to save the contents of the EasyObject to XML. You can load this data into another EasyObject of the same type via FromXml. Call GetChanges before calling ToXml to serialize only the modified data.

public virtual string ToXml();

This method will allow you to save the contents of the EasyObject to XML. You can load this data into another EasyObject of the same type via FromXml. Call GetChanges before calling ToXml to serialize only the modified data.

public virtual string ToXml(XmlWriteMode);

See Also

EasyObject Class | NCI.EasyObjects Namespace