言語

TransactionAnnotationsCreateRequest コンストラクター

定義

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

オーバーロード

名前 説明
TransactionAnnotationsCreateRequest()

デフォルト値を持つ TransactionAnnotationsCreateRequest クラスの新しいインスタンスを初期化します。

TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)

指定された文化設定、注釈リスト、トランザクションIDを持つ新しい TransactionAnnotationsCreateRequest インスタンスを初期化します。

TransactionAnnotationsCreateRequest()

デフォルト値を持つ TransactionAnnotationsCreateRequest クラスの新しいインスタンスを初期化します。

public:
 TransactionAnnotationsCreateRequest();
public TransactionAnnotationsCreateRequest();
Public Sub New ()

適用対象

TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)

指定された文化設定、注釈リスト、トランザクションIDを持つ新しい TransactionAnnotationsCreateRequest インスタンスを初期化します。

public:
 TransactionAnnotationsCreateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public TransactionAnnotationsCreateRequest(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
new Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.TransactionAnnotationsCreateRequest
Public Sub New (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer)

パラメーター

International
International

文化的な設定。

Annotations
Collection<Annotation>

注釈のコレクション。

TransactionId
Int32

既存の取引のIDです。

適用対象