Partager via


Classe International

Represents the data contract for the international message header.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..International

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "International", Namespace := "http://www.w3.org/2005/09/ws-i18n")> _
Public Class International _
    Implements IExtensibleDataObject
'Utilisation
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

Le type International expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique International Initializes a new instance of the International class.

Haut de la page

Propriétés

  Nom Description
Propriété publique ExtensionData Gets or sets an object containing extra data.
Propriété publique Locale Gets or sets the locale name.
Propriété publique Tz Gets or sets the time zone.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.