ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / JsonConverterAttribute Class
Members






In This Topic
    JsonConverterAttribute Class
    In This Topic
    Instructs the JsonConverterAttribute to use the specified JsonConverter when serializing the member or class.
    Object Model
    JsonConverterAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Enum Or  _
        AttributeTargets.Field Or  _
        AttributeTargets.Interface Or  _
        AttributeTargets.Parameter Or  _
        AttributeTargets.Property Or  _
        AttributeTargets.Struct, 
       AllowMultiple=False)>
    Public NotInheritable Class JsonConverterAttribute 
       Inherits C1.Web.Mvc.Serialization.C1ConverterAttribute
    'Usage
     
    
    Dim instance As JsonConverterAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public sealed class JsonConverterAttribute : C1.Web.Mvc.Serialization.C1ConverterAttribute 
    public class JsonConverterAttribute = class(C1.Web.Mvc.Serialization.C1ConverterAttribute)sealed; 
    System.AttributeUsageAttribute(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=)
    public sealed class JsonConverterAttribute extends C1.Web.Mvc.Serialization.C1ConverterAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public __gc __sealed class JsonConverterAttribute : public C1.Web.Mvc.Serialization.C1ConverterAttribute 
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public ref class JsonConverterAttribute sealed : public C1.Web.Mvc.Serialization.C1ConverterAttribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Web.Mvc.Serialization.C1ConverterAttribute
             C1.JsonNet.JsonConverterAttribute

    See Also