ASP.NET MVC Controls
C1NameAttribute Class
Members 

Defines the base attribute for customizing the name.
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Class Or  _
    AttributeTargets.Struct Or  _
    AttributeTargets.Property Or  _
    AttributeTargets.Field, 
   AllowMultiple=False, 
   Inherited=True)>
Public MustInherit Class C1NameAttribute 
   Inherits System.Attribute
[AttributeUsage(ValidOn=AttributeTargets.Class | 
    AttributeTargets.Struct | 
    AttributeTargets.Property | 
    AttributeTargets.Field, 
   AllowMultiple=false, 
   Inherited=true)]
public abstract class C1NameAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      C1.Web.Mvc.Serialization.C1NameAttribute

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

C1NameAttribute Members
C1.Web.Mvc.Serialization Namespace

 

 


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

Product Support Forum |  Documentation Feedback