Class EdiBoMapper
This class performs the mapping of EDIFACT values to the corresponding BO4E values.
Inheritance
System.Object
EdiBoMapper
Namespace: BO4E
Assembly: BO4Enet.dll
Syntax
public class EdiBoMapper : object
Fields
| Improve this Doc View Source_logger
project wide logger
Declaration
public static ILogger _logger
Field Value
Type | Description |
---|---|
ILogger |
Methods
| Improve this Doc View SourcefromEdi(String, String)
transform an EDIFACT value of known type to a BO4E value
Declaration
public static string fromEdi(string objectName, string objectValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | objectName | name of the BO4E datatype |
System.String | objectValue | EDIFACT value |
Returns
Type | Description |
---|---|
System.String |
|
Examples
string bo4eValue = EdiBoMapper.fromEdi("Netzebene", "E06"); // returns "NSP"