X12EnvelopeOverride 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.
Overloads
X12EnvelopeOverride() |
Initializes a new instance of the X12EnvelopeOverride class. |
X12EnvelopeOverride(String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the X12EnvelopeOverride class. |
X12EnvelopeOverride()
Initializes a new instance of the X12EnvelopeOverride class.
public X12EnvelopeOverride ();
Public Sub New ()
Applies to
X12EnvelopeOverride(String, String, String, String, String, String, String, String, String, String)
Initializes a new instance of the X12EnvelopeOverride class.
public X12EnvelopeOverride (string targetNamespace, string protocolVersion, string messageId, string responsibleAgencyCode, string headerVersion, string senderApplicationId, string receiverApplicationId, string dateFormat, string timeFormat, string functionalIdentifierCode = default);
new Microsoft.Azure.Management.Logic.Models.X12EnvelopeOverride : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.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 String, timeFormat As String, Optional functionalIdentifierCode As String = Nothing)
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
- String
The date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'
- timeFormat
- String
The time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'
- functionalIdentifierCode
- String
The functional identifier code.