menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryConverter

    Show / Hide Table of Contents

    Class QueryConverter

    Inheritance
    System.Object
    Converter
    QueryConverter
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Shared.Serializer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class QueryConverter : Converter

    Constructors

    QueryConverter()

    Declaration
    public QueryConverter()

    Methods

    BuildJsonDictionary(Object)

    Declaration
    protected override IDictionary<string, object> BuildJsonDictionary(object value)
    Parameters
    Type Name Description
    System.Object value
    Returns
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>
    Overrides
    Converter.BuildJsonDictionary(Object)

    SerializeToJson(Object, String, Object)

    Declaration
    public override string SerializeToJson(object inputObject, string serializerMode, object serializerSettings)
    Parameters
    Type Name Description
    System.Object inputObject
    System.String serializerMode
    System.Object serializerSettings
    Returns
    Type Description
    System.String
    Overrides
    Converter.SerializeToJson(Object, String, Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved