Creates a BargeInvoice instance from the specified XML CICA document.

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

Syntax

C#
public static BargeInvoice Create(
	IXPathNavigable document
)
Visual Basic (Declaration)
Public Shared Function Create ( _
	document As IXPathNavigable _
) As BargeInvoice
Visual C++
public:
static BargeInvoice^ Create(
	IXPathNavigable^ document
)

Parameters

document
Type: System.Xml.XPath..::.IXPathNavigable
An object implementing the IXPathNavigable interface. In the Microsoft .NET Framework, this can be either an XmlNode (typically an XmlDocument), or an XPathDocument containing the data to be loaded.

Return Value

A BargeInvoice instance containing the data in the specified XML CICA document.

See Also