Initializes a new instance of the DocumentHeader class with the specified instance identifier and target trading partner.

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

Syntax

C#
public DocumentHeader(
	string instanceIdentifier,
	string receiverTradingPartnerNumber
)
Visual Basic (Declaration)
Public Sub New ( _
	instanceIdentifier As String, _
	receiverTradingPartnerNumber As String _
)
Visual C++
public:
DocumentHeader(
	String^ instanceIdentifier, 
	String^ receiverTradingPartnerNumber
)

Parameters

instanceIdentifier
Type: System..::.String
The unique instance identifier for this document.
receiverTradingPartnerNumber
Type: System..::.String
The receiver of this document's BargeEx trading partner number.

Remarks

The constructor initializes a DocumentHeader object with the InstanceIdentifier property set to instanceIdentifier and the ReceiverTradingPartnerNumber property set to receiverTradingPartnerNumber.

See Also