言語

International クラス

定義

国際メッセージヘッダーのデータ契約。

public ref class International : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")]
public class International : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="International", Namespace="http://www.w3.org/2005/09/ws-i18n")>]
type International = class
    inherit DataContractBase
Public Class International
Inherits DataContractBase
継承
International
属性

注釈

Internationalは国際メッセージヘッダーのデータ契約を規定しています。

コンストラクター

名前 説明
International()

International クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Locale

場所名を指定します。

Tz

タイムゾーンを指定する。

メソッド

名前 説明
SetProperty<T>(T, T, String, Boolean)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String)

その性質を与えられた値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象