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






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

    System.Object
       System.Attribute
          C1.Web.Mvc.Serialization.C1IgnoreAttribute
             C1.JsonNet.IgnoreAttribute

    See Also