TransactionAnnotationsCreateRequest Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der TransactionAnnotationsCreateRequest-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| TransactionAnnotationsCreateRequest() |
Initialisiert eine neue Instanz der TransactionAnnotationsCreateRequest Klasse mit Standardwerten. |
| TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32) |
Initialisiert eine neue Instanz der Klasse TransactionAnnotationsCreateRequest , die die angegebenen kulturellen Einstellungen, Annotationsliste und Transaktions-IDs besitzt. |
TransactionAnnotationsCreateRequest()
Initialisiert eine neue Instanz der TransactionAnnotationsCreateRequest Klasse mit Standardwerten.
public:
TransactionAnnotationsCreateRequest();
public TransactionAnnotationsCreateRequest();
Public Sub New ()
Gilt für:
TransactionAnnotationsCreateRequest(International, Collection<Annotation>, Int32)
Initialisiert eine neue Instanz der Klasse TransactionAnnotationsCreateRequest , die die angegebenen kulturellen Einstellungen, Annotationsliste und Transaktions-IDs besitzt.
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)
Parameter
- International
- International
Die kulturellen Rahmenbedingungen.
- Annotations
- Collection<Annotation>
Eine Sammlung von Anmerkungen.
- TransactionId
- Int32
Die ID einer bestehenden Transaktion.