WCF-Xtensions Class Reference for .NET
JsonProperty Class Members
Properties  Methods 


The following tables list the members exposed by JsonProperty.

Public Constructors
 NameDescription
Public ConstructorJsonProperty Constructor  
Top
Public Properties
 NameDescription
Public PropertyConverterGets or sets the Noemax.Newtonsoft.Json.JsonConverter for the property. If set this converter takes presidence over the contract converter for the property type.  
Public PropertyDeclaringType Gets or sets the type that declared this property.  
Public PropertyDefaultValue Gets the default value.  
Public PropertyDefaultValueHandling Gets or sets the property default value handling.  
Public PropertyGetIsSpecified Gets or sets a predicate used to determine whether the property should be serialized.  
Public PropertyHasMemberAttributeGets or sets a value indicating whether this JsonProperty has a member attribute.  
Public PropertyIgnoredGets or sets a value indicating whether this JsonProperty is ignored.  
Public PropertyIsReference Gets or sets a value indicating whether this property preserves object references.  
Public PropertyItemConverter 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 PropertyMemberConverter Gets or sets the member converter.  
Public PropertyNullValueHandling Gets or sets the property null value handling.  
Public PropertyObjectCreationHandling Gets or sets the property object creation handling.  
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 PropertyPropertyType Gets or sets the type of the property.  
Public PropertyReadableGets or sets a value indicating whether this JsonProperty is readable.  
Public PropertyReferenceLoopHandling Gets or sets the property reference loop handling.  
Public PropertyRequiredGets or sets a value indicating whether this JsonProperty is required.  
Public PropertySetIsSpecified Gets or sets an action used to set whether the property has been deserialized.  
Public PropertyShouldSerialize Gets or sets a predicate used to determine whether the property should be serialize.  
Public PropertyTypeNameHandling Gets or sets or sets the type name handling.  
Public PropertyUnderlyingName Gets or sets the name of the underlying member or parameter.  
Public PropertyValueProviderGets the IValueProvider that will get and set the JsonProperty during serialization.  
Public PropertyWritableGets or sets a value indicating whether this JsonProperty is writable.  
Top
Public Methods
 NameDescription
Public MethodToStringReturns a System.String that represents this instance.  
Top
See Also

Reference

JsonProperty Class
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback