You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonPropertyAttribute Class > JsonPropertyAttribute Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonPropertyAttribute Members

The following tables list the members exposed by JsonPropertyAttribute.

 
Name 
Description 
 
This is the overview for the JsonPropertyAttribute constructor overload. 
 
Name 
Description 
 
Gets or sets the default value handling used when serializing this property.  
 
Gets or sets whether this property's value is serialized as a reference.  
 
The parameter list to use when constructing the JsonConverter described by ItemConverterType. If null, the default constructor is used. When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number, order, and type of these parameters.  
 
Gets or sets the converter used when serializing the property's collection items.  
 
Gets or sets whether this property's collection items are serialized as a reference.  
 
Gets or sets the the reference loop handling used when serializing the property's collection items.  
 
Gets or sets the the type name handling used when serializing the property's collection items.  
 
Gets or sets the null value handling used when serializing this property.  
 
Gets or sets the object creation handling used when deserializing this property.  
 
Gets or sets the order of serialization and deserialization of a member.  
 
Gets or sets the name of the property.  
 
Gets or sets the reference loop handling used when serializing this property.  
 
Gets or sets a value indicating whether this property is required.  
 
Gets or sets the type name handling used when serializing this property.  
 
Name 
Description 
 
This is _defaultValueHandling, a member of class JsonPropertyAttribute. 
 
This is _isReference, a member of class JsonPropertyAttribute. 
 
This is _itemIsReference, a member of class JsonPropertyAttribute. 
 
This is _itemReferenceLoopHandling, a member of class JsonPropertyAttribute. 
 
This is _itemTypeNameHandling, a member of class JsonPropertyAttribute. 
 
yuck. can't set nullable properties on an attribute in C# have to use this approach to get an unset default state 
 
This is _objectCreationHandling, a member of class JsonPropertyAttribute. 
 
This is _order, a member of class JsonPropertyAttribute. 
 
This is _referenceLoopHandling, a member of class JsonPropertyAttribute. 
 
This is _required, a member of class JsonPropertyAttribute. 
 
This is _typeNameHandling, a member of class JsonPropertyAttribute. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.