次の方法で共有


CachingType 列挙型

定義

CachingType の値を定義します。

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

フィールド

None 0
Readonly 1
Readwrite 2

適用対象