ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / IgnoreAttribute Class
Members






In This Topic
    IgnoreAttribute Class
    In This Topic
    Defines the attribute which represents the proerty should not be serialized.
    Object Model
    IgnoreAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Field Or  _
        AttributeTargets.Property)>
    Public NotInheritable Class IgnoreAttribute 
       Inherits C1.Web.Mvc.Serialization.C1IgnoreAttribute
    'Usage
     
    
    Dim instance As IgnoreAttribute
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property)]
    public sealed class IgnoreAttribute : C1.Web.Mvc.Serialization.C1IgnoreAttribute 
    public class IgnoreAttribute = class(C1.Web.Mvc.Serialization.C1IgnoreAttribute)sealed; 
    System.AttributeUsageAttribute(AttributeTargets.Field | 
        AttributeTargets.Property)
    public sealed class IgnoreAttribute extends C1.Web.Mvc.Serialization.C1IgnoreAttribute
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property)]
    public __gc __sealed class IgnoreAttribute : public C1.Web.Mvc.Serialization.C1IgnoreAttribute 
    [System.AttributeUsage(AttributeTargets.Field | 
        AttributeTargets.Property)]
    public ref class IgnoreAttribute sealed : public C1.Web.Mvc.Serialization.C1IgnoreAttribute 
    Inheritance Hierarchy

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

    See Also