Class JsonProperty
Namespace: System.Dynamic.ExpandoObject
Assembly: Newtonsoft.Json.dll
Syntax
public class JsonProperty
Constructors
JsonProperty()
Declaration
public JsonProperty ();
Properties
AttributeProvider
Declaration
public Newtonsoft.Json.Serialization.IAttributeProvider AttributeProvider { get; set; }
Property Value
IAttributeProvider
|
Converter
Declaration
public Newtonsoft.Json.JsonConverter Converter { get; set; }
Property Value
JsonConverter
|
DeclaringType
DefaultValue
DefaultValueHandling
Declaration
public Nullable<Newtonsoft.Json.DefaultValueHandling> DefaultValueHandling { get; set; }
Property Value
Nullable<DefaultValueHandling>
|
GetIsSpecified
HasMemberAttribute
Ignored
IsReference
ItemConverter
Declaration
public Newtonsoft.Json.JsonConverter ItemConverter { get; set; }
Property Value
JsonConverter
|
ItemIsReference
ItemReferenceLoopHandling
Declaration
public Nullable<Newtonsoft.Json.ReferenceLoopHandling> ItemReferenceLoopHandling { get; set; }
Property Value
Nullable<ReferenceLoopHandling>
|
ItemTypeNameHandling
Declaration
public Nullable<Newtonsoft.Json.TypeNameHandling> ItemTypeNameHandling { get; set; }
Property Value
Nullable<TypeNameHandling>
|
MemberConverter
Declaration
public Newtonsoft.Json.JsonConverter MemberConverter { get; set; }
Property Value
JsonConverter
|
NullValueHandling
Declaration
public Nullable<Newtonsoft.Json.NullValueHandling> NullValueHandling { get; set; }
Property Value
Nullable<NullValueHandling>
|
ObjectCreationHandling
Declaration
public Nullable<Newtonsoft.Json.ObjectCreationHandling> ObjectCreationHandling { get; set; }
Property Value
Nullable<ObjectCreationHandling>
|
Order
PropertyName
PropertyType
Readable
ReferenceLoopHandling
Declaration
public Nullable<Newtonsoft.Json.ReferenceLoopHandling> ReferenceLoopHandling { get; set; }
Property Value
Nullable<ReferenceLoopHandling>
|
Required
SetIsSpecified
Declaration
public Action<object,object> SetIsSpecified { get; set; }
Property Value
Action<Object,Object>
|
ShouldDeserialize
Declaration
public Predicate<object> ShouldDeserialize { get; set; }
Property Value
Predicate<Object>
|
ShouldSerialize
TypeNameHandling
Declaration
public Nullable<Newtonsoft.Json.TypeNameHandling> TypeNameHandling { get; set; }
Property Value
Nullable<TypeNameHandling>
|
UnderlyingName
ValueProvider
Declaration
public Newtonsoft.Json.Serialization.IValueProvider ValueProvider { get; set; }
Property Value
IValueProvider
|