Compartir a través de


CachingType Enumeración

Definición

Define los valores de 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
Herencia
CachingType
Atributos
Newtonsoft.Json.JsonConverterAttribute

Campos

None 0
Readonly 1
Readwrite 2

Se aplica a