X12EnvelopeOverride Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
X12EnvelopeOverride() | |
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat, String) |
X12EnvelopeOverride()
public X12EnvelopeOverride ();
Public Sub New ()
Aplica-se a
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat, String)
public X12EnvelopeOverride (string targetNamespace, string protocolVersion, string messageId, string responsibleAgencyCode, string headerVersion, string senderApplicationId, string receiverApplicationId, Microsoft.Azure.Management.Logic.Fluent.Models.X12DateFormat dateFormat, Microsoft.Azure.Management.Logic.Fluent.Models.X12TimeFormat timeFormat, string functionalIdentifierCode = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.X12EnvelopeOverride : string * string * string * string * string * string * string * Microsoft.Azure.Management.Logic.Fluent.Models.X12DateFormat * Microsoft.Azure.Management.Logic.Fluent.Models.X12TimeFormat * string -> Microsoft.Azure.Management.Logic.Fluent.Models.X12EnvelopeOverride
Public Sub New (targetNamespace As String, protocolVersion As String, messageId As String, responsibleAgencyCode As String, headerVersion As String, senderApplicationId As String, receiverApplicationId As String, dateFormat As X12DateFormat, timeFormat As X12TimeFormat, Optional functionalIdentifierCode As String = Nothing)
Parâmetros
- targetNamespace
- String
- protocolVersion
- String
- messageId
- String
- responsibleAgencyCode
- String
- headerVersion
- String
- senderApplicationId
- String
- receiverApplicationId
- String
- dateFormat
- X12DateFormat
- timeFormat
- X12TimeFormat
- functionalIdentifierCode
- String
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET