次の方法で共有


X12EnvelopeOverride コンストラクター

定義

オーバーロード

X12EnvelopeOverride()
X12EnvelopeOverride(String, String, String, String, String, String, String, X12DateFormat, X12TimeFormat, String)

X12EnvelopeOverride()

public X12EnvelopeOverride ();
Public Sub New ()

適用対象

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)

パラメーター

targetNamespace
String
protocolVersion
String
messageId
String
responsibleAgencyCode
String
headerVersion
String
senderApplicationId
String
receiverApplicationId
String
dateFormat
X12DateFormat
timeFormat
X12TimeFormat
functionalIdentifierCode
String

適用対象