JsonProperty
Maps a JSON property to a .NET member or constructor parameter.
Gets or sets the IAttributeProvider for this property.
Gets or sets the JsonConverter for the property.
If set this converter takes precedence over the contract converter for the property type.
Gets or sets the type that declared this property.
Gets the default value.
Gets or sets the property default value handling.
Gets or sets a predicate used to determine whether the property should be serialized.
Gets or sets a value indicating whether this JsonProperty has a member attribute.
Gets or sets a value indicating whether this JsonProperty is ignored.
Gets or sets a value indicating whether this property preserves object references.
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 reference loop handling used when serializing the property's collection items.
Gets or sets the type name handling used when serializing the property's collection items.
Gets or sets the member converter.
Gets or sets the property null value handling.
Gets or sets the property object creation handling.
Gets or sets the order of serialization of a member.
Gets or sets the name of the property.
Gets or sets the type of the property.
Gets or sets a value indicating whether this JsonProperty is readable.
Gets or sets the property reference loop handling.
Gets or sets a value indicating whether this JsonProperty is required.
Gets or sets an action used to set whether the property has been deserialized.
Gets or sets a predicate used to determine whether the property should be deserialized.
Gets or sets a predicate used to determine whether the property should be serialized.
Gets or sets or sets the type name handling.
Gets or sets the name of the underlying member or parameter.
Gets the IValueProvider that will get and set the JsonProperty during serialization.
Gets or sets a value indicating whether this JsonProperty is writable.
public JsonProperty()