Partilhar via


Classe International

Represents the data contract for the international message header.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "International", Namespace := "http://www.w3.org/2005/09/ws-i18n")> _
Public Class International _
    Implements IExtensibleDataObject
'Uso
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

O tipo International expõe os membros a seguir.

Construtores

  Nome Descrição
Método público International Initializes a new instance of the International class.

Início

Propriedades

  Nome Descrição
Propriedade pública ExtensionData Gets or sets an object containing extra data.
Propriedade pública Locale Gets or sets the locale name.
Propriedade pública Tz Gets or sets the time zone.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência