次の方法で共有


ProductState 列挙型

定義

ProductState の値を定義します。

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

フィールド

NotPublished 0
Published 1

適用対象