WCF-Xtensions Class Reference for .NET
JsonLinqContract Class Members
Properties 


The following tables list the members exposed by JsonLinqContract.

Public Constructors
 NameDescription
Public ConstructorJsonLinqContract ConstructorInitializes a new instance of the JsonLinqContract class.  
Top
Public Properties
 NameDescription
Public PropertyConverterGets or sets the default Noemax.Newtonsoft.Json.JsonConverter for this contract. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyCreatedType Gets or sets the type created during deserialization. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyDefaultCreator Gets or sets the default creator method used to create the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyDefaultCreatorNonPublic Gets or sets a value indicating whether the default creator is non public. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyIsReference Gets or sets whether this type contract is serialized as a reference. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnDeserialized Gets or sets the method called immediately after deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnDeserializedCallbacks Gets or sets all methods called immediately after deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnDeserializing Gets or sets the method called during deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnDeserializingCallbacks Gets or sets all methods called during deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnError Gets or sets the method called when an error is thrown during the serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnErrorCallbacks Gets or sets all method called when an error is thrown during the serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnSerialized Gets or sets the method called after serialization of the object graph. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnSerializedCallbacks Gets or sets all methods called after serialization of the object graph. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnSerializing Gets or sets the method called before serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyOnSerializingCallbacks Gets or sets all methods called before serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Public PropertyUnderlyingType Gets the underlying type for the contract. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract)
Top
See Also

Reference

JsonLinqContract Class
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback