Class JsonContainerAttribute
Inheritance
JsonContainerAttribute
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
Declaration
protected JsonContainerAttribute ();
Declaration
protected JsonContainerAttribute (string id);
Parameters
Properties
Declaration
public string Description { get; set; }
Property Value
Declaration
public string Id { get; set; }
Property Value
Declaration
public bool IsReference { get; set; }
Property Value
Declaration
public object[] ItemConverterParameters { get; set; }
Property Value
Declaration
public Type ItemConverterType { get; set; }
Property Value
Declaration
public bool ItemIsReference { get; set; }
Property Value
Declaration
public Newtonsoft.Json.ReferenceLoopHandling ItemReferenceLoopHandling { get; set; }
Property Value
Declaration
public Newtonsoft.Json.TypeNameHandling ItemTypeNameHandling { get; set; }
Property Value
Declaration
public object[] NamingStrategyParameters { get; set; }
Property Value
Declaration
public Type NamingStrategyType { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value