X12EnvelopeOverride Constructor

Definition

Initializes a new instance of X12EnvelopeOverride.

public X12EnvelopeOverride (string targetNamespace, string protocolVersion, string messageId, string responsibleAgencyCode, string headerVersion, string senderApplicationId, string receiverApplicationId, Azure.ResourceManager.Logic.Models.X12DateFormat dateFormat, Azure.ResourceManager.Logic.Models.X12TimeFormat timeFormat);
new Azure.ResourceManager.Logic.Models.X12EnvelopeOverride : string * string * string * string * string * string * string * Azure.ResourceManager.Logic.Models.X12DateFormat * Azure.ResourceManager.Logic.Models.X12TimeFormat -> Azure.ResourceManager.Logic.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)

Parameters

targetNamespace
String

The target namespace on which this envelope settings has to be applied.

protocolVersion
String

The protocol version on which this envelope settings has to be applied.

messageId
String

The message id on which this envelope settings has to be applied.

responsibleAgencyCode
String

The responsible agency code.

headerVersion
String

The header version.

senderApplicationId
String

The sender application id.

receiverApplicationId
String

The receiver application id.

dateFormat
X12DateFormat

The date format.

timeFormat
X12TimeFormat

The time format.

Exceptions

targetNamespace, protocolVersion, messageId, responsibleAgencyCode, headerVersion, senderApplicationId or receiverApplicationId is null.

Applies to