Show / Hide Table of Contents

    Class JsonContainerContract

    Inheritance
    Object
    JsonContract
    JsonContainerContract
    JsonArrayContract
    JsonDictionaryContract
    JsonDynamicContract
    JsonISerializableContract
    JsonObjectContract
    Inherited Members
    JsonContract.Converter
    JsonContract.CreatedType
    JsonContract.DefaultCreator
    JsonContract.DefaultCreatorNonPublic
    JsonContract.IsReference
    JsonContract.OnDeserializedCallbacks
    JsonContract.OnDeserializingCallbacks
    JsonContract.OnErrorCallbacks
    JsonContract.OnSerializedCallbacks
    JsonContract.OnSerializingCallbacks
    JsonContract.UnderlyingType
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    public class JsonContainerContract : Newtonsoft.Json.Serialization.JsonContract

    Properties

    ItemConverter

    Declaration
    public Newtonsoft.Json.JsonConverter ItemConverter { get; set; }
    Property Value
    JsonConverter

    ItemIsReference

    Declaration
    public Nullable<bool> ItemIsReference { get; set; }
    Property Value
    Nullable<Boolean>

    ItemReferenceLoopHandling

    Declaration
    public Nullable<Newtonsoft.Json.ReferenceLoopHandling> ItemReferenceLoopHandling { get; set; }
    Property Value
    Nullable<ReferenceLoopHandling>

    ItemTypeNameHandling

    Declaration
    public Nullable<Newtonsoft.Json.TypeNameHandling> ItemTypeNameHandling { get; set; }
    Property Value
    Nullable<TypeNameHandling>

    Back to top Azure SDK for Net