ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Serialization Namespace / C1ConverterAttribute Class
Members






In This Topic
    C1ConverterAttribute Class
    In This Topic
    Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.
    Object Model
    C1ConverterAttribute 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)>
    Public MustInherit Class C1ConverterAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As C1ConverterAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct)]
    public abstract class C1ConverterAttribute : System.Attribute 
    public class C1ConverterAttribute = class(System.Attribute)abstract; 
    System.AttributeUsageAttribute(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct)
    public abstract class C1ConverterAttribute extends System.Attribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct)]
    public __gc abstract class C1ConverterAttribute : public System.Attribute 
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Field | 
        AttributeTargets.Interface | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct)]
    public ref class C1ConverterAttribute abstract : public System.Attribute 
    Inheritance Hierarchy

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

    See Also