Show / Hide Table of Contents

    Class JsonConverterAttribute

    Inheritance
    Attribute
    JsonConverterAttribute
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Newtonsoft.Json.dll
    Syntax
    [System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Enum | System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Parameter, AllowMultiple=false)]
    public sealed class JsonConverterAttribute : Attribute

    Constructors

    JsonConverterAttribute(Type)

    Declaration
    public JsonConverterAttribute (Type converterType);
    Parameters
    Type converterType

    JsonConverterAttribute(Type, Object[])

    Declaration
    public JsonConverterAttribute (Type converterType, params object[] converterParameters);
    Parameters
    Type converterType

    Object[] converterParameters

    Properties

    ConverterParameters

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

    ConverterType

    Declaration
    public Type ConverterType { get; }
    Property Value
    Type

    Back to top Azure SDK for Net