SIFWorks ADK 2.0
MappingDirection Enumeration
NamespacesEdustructures.SifWorks.Tools.MappingMappingDirection

[This is preliminary documentation and is subject to change.]

Summary description for MappingDirection.
Declaration Syntax
C#Visual BasicVisual C++
public enum MappingDirection
Public Enumeration MappingDirection
public enum class MappingDirection
Members
MemberDescription
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.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10