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

See Also