Returns an XML CICA Document representation for the specified instance as an IXPathNavigable interface to an XmlDocument.

Namespace:  BargeEx.Internal
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual IXPathNavigable ToXmlDocument()
Visual Basic (Declaration)
Public Overridable Function ToXmlDocument As IXPathNavigable
Visual C++
public:
virtual IXPathNavigable^ ToXmlDocument()

Return Value

An IXPathNavigable interface to an XmlDocument instance that contains the XML CICA Document representation of the instance.

Implements

IDocument..::.ToXmlDocument()()()

See Also