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

See Also