TransactionAnnotationsGetResponse Constructors

Definition

Initializes a new instance of the TransactionAnnotationsGetResponse class.

Overloads

TransactionAnnotationsGetResponse()

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

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.

TransactionAnnotationsGetResponse()

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

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

Applies to

TransactionAnnotationsGetResponse(Collection<Annotation>, OperationResult, Int32)

Initializes a new instance of the TransactionAnnotationsGetResponse class that has the specified list of annotations, operation result, and transaction ID's.

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

Parameters

Annotations
Collection<Annotation>

A list of annotations.

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

TransactionId
Int32

The transaction IDs.

Applies to