次の方法で共有


X12EnvelopeOverride コンストラクター

定義

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)

パラメーター

targetNamespace
String

このエンベロープ設定を適用する必要があるターゲット名前空間。

protocolVersion
String

このエンベロープ設定を適用する必要があるプロトコル バージョン。

messageId
String

この封筒設定を適用する必要があるメッセージ ID。

responsibleAgencyCode
String

責任ある機関コード。

headerVersion
String

ヘッダーのバージョン。

senderApplicationId
String

送信者アプリケーション ID。

receiverApplicationId
String

受信側アプリケーション ID。

dateFormat
X12DateFormat

日付の形式。

timeFormat
X12TimeFormat

時刻の形式。

例外

targetNamespaceprotocolVersionmessageIdresponsibleAgencyCodeheaderVersionsenderApplicationIdまたは receiverApplicationId が null です。

適用対象