ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / JsonAttribute Class / JsonAttribute Constructor / JsonAttribute Constructor(Boolean,Boolean,Object)

In This Topic
    JsonAttribute Constructor(Boolean,Boolean,Object)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isSerializableToJson As System.Boolean, _
       ByVal skipIfEmpty As System.Boolean, _
       ByVal emptyValue As System.Object _
    )
    public JsonAttribute( 
       System.bool isSerializableToJson,
       System.bool skipIfEmpty,
       System.object emptyValue
    )

    Parameters

    isSerializableToJson
    skipIfEmpty
    emptyValue
    See Also