Creates a BargeServiceOrder 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 BargeServiceOrder Create(
	IXPathNavigable document
)
Visual Basic (Declaration)
Public Shared Function Create ( _
	document As IXPathNavigable _
) As BargeServiceOrder
Visual C++
public:
static BargeServiceOrder^ 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 BargeServiceOrder instance containing the data in the specified XML CICA document.

See Also