次の方法で共有


AgreementType 列挙型

定義

AgreementType の値を定義します。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum AgreementType
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type AgreementType = 
Public Enum AgreementType
継承
AgreementType
属性
Newtonsoft.Json.JsonConverterAttribute

フィールド

AS2 1
Edifact 3
NotSpecified 0
X12 2

適用対象