Partilhar via


Classe International

Represents the data contract for the international message header, as per the working draft standard for Web Services Internationalization WS-I18N.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..International

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

Sintaxe

'Declaração
<DataContractAttribute(Name := "International", Namespace := "http://www.w3.org/2005/09/ws-i18n")> _
Public Class International
'Uso
Dim instance As International
[DataContractAttribute(Name = "International", Namespace = "http://www.w3.org/2005/09/ws-i18n")]
public class International
[DataContractAttribute(Name = L"International", Namespace = L"http://www.w3.org/2005/09/ws-i18n")]
public ref class International
[<DataContractAttribute(Name = "International", Namespace = "http://www.w3.org/2005/09/ws-i18n")>]
type International =  class end
public class International

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 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.