[This is preliminary documentation and is subject to change.]
Summary description for MappingDirection.
| C# | Visual Basic | Visual C++ |
public enum MappingDirection
Public Enumeration MappingDirection
public enum class MappingDirection
| Member | Description |
|---|---|
| Unspecified | Direction flag passed to the map method to indicate the
agent is not specifying whether the method is being called for an inbound
or outbound operation. |
| Outbound | |
| Inbound | Direction flag passed to the map method to indicate the
agent is mapping values for an inbound message (for example, a SIF_Event
that is received from the zone or a SIF_Response). Currently, this flag
is used only in conjunction with the ValueSet attribute of the
FieldMapping class. When a ValueSet is associated with a FieldMapping
rule and this flag is passed to the map method, it will
automatically lookup the ValueSet by ID and call its translateReverse
function on the value produced from the mapping. |