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。

适用于