Initializes a new instance of the
DataMapPair
class setting the
MasterValue
and
CustomValue
properties.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public DataMapPair( string masterValue, string customValue ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ masterValue As String, _ customValue As String _ ) |
Visual C++ |
---|
public: DataMapPair( String^ masterValue, String^ customValue ) |
Parameters
- masterValue
- Type: System..::.String
The BargeEx Master value. Sets the MasterValue property.
- customValue
- Type: System..::.String
The trading partner value. Sets the CustomValue property.
Remarks
This constructor initializes a
DataMapPair
object with the
MasterValue
property set to
masterValue and the
CustomValue
property set to
customValue.