TransactionAnnotationsCreateRequest Constructors

Definition

Initializes a new instance of the TransactionAnnotationsCreateRequest class.

Overloads

TransactionAnnotationsCreateRequest()

Initializes a new instance of the TransactionAnnotationsCreateRequest class that has default values.

TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)

Initializes a new instance of the TransactionAnnotationsCreateRequest class that has the specified cultural settings, annotation list, and transaction ID's.

TransactionAnnotationsCreateRequest()

Initializes a new instance of the TransactionAnnotationsCreateRequest class that has default values.

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

Applies to

TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)

Initializes a new instance of the TransactionAnnotationsCreateRequest class that has the specified cultural settings, annotation list, and transaction ID's.

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)

Parameters

International
International

The cultural settings.

Annotations
Collection<Annotation>

A collection of annotations.

TransactionId
Int32

The ID of an existing transaction.

Applies to