Show / Hide Table of Contents

    Class JsonContainerAttribute

    Inheritance
    Attribute
    JsonContainerAttribute
    JsonArrayAttribute
    JsonDictionaryAttribute
    JsonObjectAttribute
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface, AllowMultiple=false)]
    public abstract class JsonContainerAttribute : Attribute

    Constructors

    JsonContainerAttribute()

    Declaration
    protected JsonContainerAttribute ();

    JsonContainerAttribute(String)

    Declaration
    protected JsonContainerAttribute (string id);
    Parameters
    String id

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    String

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    String

    IsReference

    Declaration
    public bool IsReference { get; set; }
    Property Value
    Boolean

    ItemConverterParameters

    Declaration
    public object[] ItemConverterParameters { get; set; }
    Property Value
    Object[]

    ItemConverterType

    Declaration
    public Type ItemConverterType { get; set; }
    Property Value
    Type

    ItemIsReference

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

    ItemReferenceLoopHandling

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

    ItemTypeNameHandling

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

    NamingStrategyParameters

    Declaration
    public object[] NamingStrategyParameters { get; set; }
    Property Value
    Object[]

    NamingStrategyType

    Declaration
    public Type NamingStrategyType { get; set; }
    Property Value
    Type

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net