ASP.NET MVC Controls
C1ConverterAttribute Class
Members 

Instructs the C1ConverterAttribute to use the specified BaseConverter when serializing the member or class.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Enum Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field Or  _
    AttributeTargets.Interface Or  _
    AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public MustInherit Class C1ConverterAttribute 
   Inherits System.Attribute
[AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Enum | 
    AttributeTargets.Property | 
    AttributeTargets.Field | 
    AttributeTargets.Interface | 
    AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public abstract class C1ConverterAttribute : System.Attribute 
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1ConverterAttribute Members
C1.Web.Mvc.Serialization Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback