Provides utility methods for getting and setting ID and value mappings that can be used to translate the ID and value fields found in a source message instance into the appropriate ID and value fields required in the corresponding destination message instance.
For example, the ID associated with a particular purchase order may be different in two software systems that must act upon that purchase order. The cross reference ID methods can be used to establish and lookup the relationship between the IDs used by the two systems. Similarly, the two systems may have different values used to express the status of the purchase order; the cross reference value methods can be used to translate the value used by one system to the value used by the other system.
Additionally, the CrossReferencing class also includes several generic utility methods related to error handling.
For a list of all members of this type, see CrossReferencing Members.
System.Object
Microsoft.BizTalk.CrossReferencing.CrossReferencing
NotInheritable Public Class CrossReferencing
[C#]
public sealed class CrossReferencing
[C++]
public __gc __sealed class CrossReferencing
[JScript]
public class CrossReferencing
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Requirements
Namespace: Microsoft.BizTalk.CrossReferencing
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003
Assembly: BizTalk Cross-referencing (in Microsoft.Biztalk.CrossRreferencing.dll)
See Also
CrossReferencing Members | Microsoft.BizTalk.CrossReferencing Namespace
To download updated BizTalk Server 2004 Help from www.microsoft.com, go to
http://go.microsoft.com/fwlink/?linkid=20616.
Copyright © 2004 Microsoft Corporation.
All rights reserved.