WCF-Xtensions Class Reference for Mono
JsonPropertyAttribute Class Members
Properties  Methods 


The following tables list the members exposed by JsonPropertyAttribute.

Public Constructors
 NameDescription
Public ConstructorJsonPropertyAttribute ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyDefaultValueHandling Gets or sets the default value handling used when serializing this property.  
Public PropertyIsReference Gets or sets whether this property's value is serialized as a reference.  
Public PropertyItemConverterType Gets or sets the converter used when serializing the property's collection items.  
Public PropertyItemIsReference Gets or sets whether this property's collection items are serialized as a reference.  
Public PropertyItemReferenceLoopHandling Gets or sets the the reference loop handling used when serializing the property's collection items.  
Public PropertyItemTypeNameHandling Gets or sets the the type name handling used when serializing the property's collection items.  
Public PropertyNullValueHandling Gets or sets the null value handling used when serializing this property.  
Public PropertyObjectCreationHandling Gets or sets the object creation handling used when deserializing this property.  
Public PropertyOrder Gets or sets the order of serialization and deserialization of a member.  
Public PropertyPropertyName Gets or sets the name of the property.  
Public PropertyReferenceLoopHandling Gets or sets the reference loop handling used when serializing this property.  
Public PropertyRequired Gets or sets a value indicating whether this property is required.  
Public PropertyTypeId (Inherited from System.Attribute)
Public PropertyTypeNameHandling Gets or sets the type name handling used when serializing this property.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from System.Attribute)
Public MethodGetHashCode (Inherited from System.Attribute)
Public MethodIsDefaultAttribute (Inherited from System.Attribute)
Public MethodMatch (Inherited from System.Attribute)
Top
See Also

Reference

JsonPropertyAttribute Class
Noemax.Newtonsoft.Json Namespace

Send Feedback