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






In This Topic
    C1CollectionItemConverterAttribute Class
    In This Topic
    Defines the attribute to specify the collection item converter.
    Object Model
    C1CollectionItemConverterAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Field Or  _
        AttributeTargets.Property, 
       AllowMultiple=False)>
    Public MustInherit Class C1CollectionItemConverterAttribute 
       Inherits C1ConverterAttribute
    'Usage
     
    
    Dim instance As C1CollectionItemConverterAttribute
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property, 
       AllowMultiple=false)]
    public abstract class C1CollectionItemConverterAttribute : C1ConverterAttribute 
    public class C1CollectionItemConverterAttribute = class(C1ConverterAttribute)abstract; 
    System.AttributeUsageAttribute(AttributeTargets.Field | 
        AttributeTargets.Property, 
       AllowMultiple=)
    public abstract class C1CollectionItemConverterAttribute extends C1ConverterAttribute
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property, 
       AllowMultiple=false)]
    public __gc abstract class C1CollectionItemConverterAttribute : public C1ConverterAttribute 
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property, 
       AllowMultiple=false)]
    public ref class C1CollectionItemConverterAttribute abstract : public C1ConverterAttribute 
    Inheritance Hierarchy

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

    See Also