International Class

Represents the data contract for the international message header.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.International

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "International", Namespace := "http://www.w3.org/2005/09/ws-i18n")> _
Public Class International _
    Implements IExtensibleDataObject
'Usage
Dim instance As International
[DataContractAttribute(Name = "International", Namespace = "http://www.w3.org/2005/09/ws-i18n")]
public class International : IExtensibleDataObject
[DataContractAttribute(Name = L"International", Namespace = L"http://www.w3.org/2005/09/ws-i18n")]
public ref class International : IExtensibleDataObject
[<DataContractAttribute(Name = "International", Namespace = "http://www.w3.org/2005/09/ws-i18n")>]
type International =  
    class
        interface IExtensibleDataObject
    end
public class International implements IExtensibleDataObject

The International type exposes the following members.

Constructors

  Name Description
Public method International Initializes a new instance of the International class.

Top

Properties

  Name Description
Public property ExtensionData Gets or sets an object containing extra data.
Public property Locale Gets or sets the locale name.
Public property Tz Gets or sets the time zone.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.