Specifies the different types of data on which BargeEx can perform data
mapping operations.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public enum DataMapType |
Visual Basic (Declaration) |
---|
Public Enumeration DataMapType |
Visual C++ |
---|
public enum class DataMapType |
Members
Member name | Description | |
---|---|---|
Barge |
Barge
| |
Boat |
Boat
| |
Commodity |
Commodity
| |
Location |
Location along an inland waterway.
| |
Ship |
An ocean going vessel.
| |
Waterway |
A river or inland waterway.
|
Remarks
This is used by the
BargeExService.GetDataMappings
and
BargeExService.UpdateDataMapping
methods.