Blazor

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

    Show / Hide Table of Contents

    Class Adaptors

    Specifies the data adaptors.

    • BlazorAdaptorDefault. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.
    • ODataAdaptor OData Adaptor provies ability to consume and manipulate data from OData services.
    • ODataV4Adaptor ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services
    • WebApiAdaptor WebApi Adaptor provies ability to consume and manipulate data from WebApi services. This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor
    • UrlAdaptor URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.
    • RemoteSaveAdaptor Remote Save Adaptor is used for binding JSON data. It interacts with remote services only for CRUD operations.
    • CustomAdaptor CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component extended from DataAdaptor class.
    • JsonAdaptor JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.
    Inheritance
    System.Object
    Adaptors
    Namespace: Syncfusion.Blazor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class Adaptors : Enum

    Fields

    BlazorAdaptor

    BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.

    Declaration
    public const Adaptors BlazorAdaptor
    Field Value
    Type Description
    Adaptors

    CustomAdaptor

    CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component extended from DataAdaptor class.

    Declaration
    public const Adaptors CustomAdaptor
    Field Value
    Type Description
    Adaptors

    JsonAdaptor

    JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.

    Declaration
    public const Adaptors JsonAdaptor
    Field Value
    Type Description
    Adaptors

    ODataAdaptor

    OData Adaptor provies ability to consume and manipulate data from OData services.

    Declaration
    public const Adaptors ODataAdaptor
    Field Value
    Type Description
    Adaptors

    ODataV4Adaptor

    OData v4 Adaptor provies ability to consume and manipulate data from OData v4 services.

    Declaration
    public const Adaptors ODataV4Adaptor
    Field Value
    Type Description
    Adaptors

    RemoteSaveAdaptor

    Remote Save Adaptor is used for binding JSON data. It interacts with remote services only for CRUD operations.

    Declaration
    public const Adaptors RemoteSaveAdaptor
    Field Value
    Type Description
    Adaptors

    UrlAdaptor

    URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.

    Declaration
    public const Adaptors UrlAdaptor
    Field Value
    Type Description
    Adaptors

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WebApiAdaptor

    WebApi Adaptor provies ability to consume and manipulate data from WebApi services. This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor

    Declaration
    public const Adaptors WebApiAdaptor
    Field Value
    Type Description
    Adaptors
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved