TransactionAnnotationsCreateRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.