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






In This Topic
    C1NameAttribute Class
    In This Topic
    Defines the base attribute for customizing the name.
    Object Model
    C1NameAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Field Or  _
        AttributeTargets.Property Or  _
        AttributeTargets.Struct, 
       AllowMultiple=False)>
    Public MustInherit Class C1NameAttribute 
       Inherits System.Attribute
    'Usage
     
    
    Dim instance As C1NameAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Field | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public abstract class C1NameAttribute : System.Attribute 
    public class C1NameAttribute = class(System.Attribute)abstract; 
    System.AttributeUsageAttribute(AttributeTargets.Class | 
        AttributeTargets.Field | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=)
    public abstract class C1NameAttribute extends System.Attribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Field | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public __gc abstract class C1NameAttribute : public System.Attribute 
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Field | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false)]
    public ref class C1NameAttribute abstract : public System.Attribute 
    Inheritance Hierarchy

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

    See Also