QueryType 列挙型

定義

QueryType の値を定義します。

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

フィールド

Full 1
Simple 0

適用対象