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 | |
---|---|---|
International | Initializes a new instance of the International class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ExtensionData | Gets or sets an object containing extra data. | |
Locale | Gets or sets the locale name. | |
Tz | Gets or sets the time zone. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.