X12AcknowledgementSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
X12AcknowledgementSettings() |
Initialise une nouvelle instance de la classe X12AcknowledgementSettings. |
X12AcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String, String, String) |
Initialise une nouvelle instance de la classe X12AcknowledgementSettings. |
X12AcknowledgementSettings()
Initialise une nouvelle instance de la classe X12AcknowledgementSettings.
public X12AcknowledgementSettings ();
Public Sub New ()
S’applique à
X12AcknowledgementSettings(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Int32, Boolean, String, String, String, String)
Initialise une nouvelle instance de la classe X12AcknowledgementSettings.
public X12AcknowledgementSettings (bool needTechnicalAcknowledgement, bool batchTechnicalAcknowledgements, bool needFunctionalAcknowledgement, bool batchFunctionalAcknowledgements, bool needImplementationAcknowledgement, bool batchImplementationAcknowledgements, bool needLoopForValidMessages, bool sendSynchronousAcknowledgement, int acknowledgementControlNumberLowerBound, int acknowledgementControlNumberUpperBound, bool rolloverAcknowledgementControlNumber, string functionalAcknowledgementVersion = default, string implementationAcknowledgementVersion = default, string acknowledgementControlNumberPrefix = default, string acknowledgementControlNumberSuffix = default);
new Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings : bool * bool * bool * bool * bool * bool * bool * bool * int * int * bool * string * string * string * string -> Microsoft.Azure.Management.Logic.Models.X12AcknowledgementSettings
Public Sub New (needTechnicalAcknowledgement As Boolean, batchTechnicalAcknowledgements As Boolean, needFunctionalAcknowledgement As Boolean, batchFunctionalAcknowledgements As Boolean, needImplementationAcknowledgement As Boolean, batchImplementationAcknowledgements As Boolean, needLoopForValidMessages As Boolean, sendSynchronousAcknowledgement As Boolean, acknowledgementControlNumberLowerBound As Integer, acknowledgementControlNumberUpperBound As Integer, rolloverAcknowledgementControlNumber As Boolean, Optional functionalAcknowledgementVersion As String = Nothing, Optional implementationAcknowledgementVersion As String = Nothing, Optional acknowledgementControlNumberPrefix As String = Nothing, Optional acknowledgementControlNumberSuffix As String = Nothing)
Paramètres
- needTechnicalAcknowledgement
- Boolean
Valeur indiquant si un accusé de réception technique est nécessaire.
- batchTechnicalAcknowledgements
- Boolean
Valeur indiquant s’il faut traiter par lot les accusés de réception techniques.
- needFunctionalAcknowledgement
- Boolean
Valeur indiquant si un accusé de réception fonctionnel est nécessaire.
- batchFunctionalAcknowledgements
- Boolean
Valeur indiquant s’il faut traiter les accusés de réception fonctionnels par lot.
- needImplementationAcknowledgement
- Boolean
Valeur indiquant si un accusé de réception d’implémentation est nécessaire.
- batchImplementationAcknowledgements
- Boolean
Valeur indiquant s’il faut traiter par lot les accusés de réception d’implémentation.
- needLoopForValidMessages
- Boolean
Valeur indiquant si une boucle est nécessaire pour les messages valides.
- sendSynchronousAcknowledgement
- Boolean
Valeur indiquant s’il faut envoyer un accusé de réception synchrone.
- acknowledgementControlNumberLowerBound
- Int32
Limite inférieure du numéro de contrôle de l’accusé de réception.
- acknowledgementControlNumberUpperBound
- Int32
Limite supérieure du numéro de contrôle de l’accusé de réception.
- rolloverAcknowledgementControlNumber
- Boolean
Valeur indiquant s’il faut substituer le numéro de contrôle de l’accusé de réception.
- functionalAcknowledgementVersion
- String
Version d’accusé de réception fonctionnelle.
- implementationAcknowledgementVersion
- String
Version de l’accusé de réception d’implémentation.
- acknowledgementControlNumberPrefix
- String
Préfixe du numéro de contrôle de l’accusé de réception.
- acknowledgementControlNumberSuffix
- String
Suffixe du numéro de contrôle de l’accusé de réception.
S’applique à
Azure SDK for .NET