menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class DataSource

    Inheritance
    System.Object
    EJTagHelper
    DataSource
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class DataSource : EJTagHelper

    Constructors

    DataSource()

    Declaration
    public DataSource()

    Properties

    Accept

    Declaration
    [JsonProperty("accept")]
    public string Accept { get; set; }
    Property Value
    Type Description
    System.String

    Adaptor

    Declaration
    [JsonProperty("adaptor")]
    public string Adaptor { get; set; }
    Property Value
    Type Description
    System.String

    BatchURL

    Declaration
    [JsonProperty("batchUrl")]
    public string BatchURL { get; set; }
    Property Value
    Type Description
    System.String

    CachingPageSize

    Declaration
    [JsonProperty("cachingPageSize")]
    public int CachingPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    CrossDomain

    Declaration
    [JsonProperty("crossDomain")]
    public bool CrossDomain { get; set; }
    Property Value
    Type Description
    System.Boolean

    CrudURL

    Declaration
    [JsonProperty("crudUrl")]
    public string CrudURL { get; set; }
    Property Value
    Type Description
    System.String

    DataType

    Declaration
    [HtmlAttributeName("datatype")]
    [JsonProperty("dataType")]
    public string DataType { get; set; }
    Property Value
    Type Description
    System.String

    EnableAjaxCache

    Declaration
    [JsonProperty("enableAjaxCache")]
    public bool EnableAjaxCache { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableAntiForgery

    Declaration
    [JsonProperty("antiForgery")]
    public bool EnableAntiForgery { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCaching

    Declaration
    [JsonProperty("enableCaching")]
    public bool EnableCaching { get; set; }
    Property Value
    Type Description
    System.Boolean

    Header

    Declaration
    [JsonIgnore]
    public List<KeyValue> Header { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<KeyValue>

    Headers

    Declaration
    [JsonProperty("headers")]
    public List<Dictionary<string, object>> Headers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Object>>

    InsertURL

    Declaration
    [JsonProperty("insertUrl")]
    public string InsertURL { get; set; }
    Property Value
    Type Description
    System.String

    Json

    Declaration
    [JsonConverter(typeof(DataManagerConverter))]
    [JsonProperty("json")]
    public object Json { get; set; }
    Property Value
    Type Description
    System.Object

    Jsonp

    Declaration
    [JsonProperty("jsonp")]
    public string Jsonp { get; set; }
    Property Value
    Type Description
    System.String

    Key

    Declaration
    [JsonProperty("key")]
    public string Key { get; set; }
    Property Value
    Type Description
    System.String

    Offline

    Declaration
    [JsonProperty("offline")]
    public bool Offline { get; set; }
    Property Value
    Type Description
    System.Boolean

    RemoveURL

    Declaration
    [JsonProperty("removeUrl")]
    public string RemoveURL { get; set; }
    Property Value
    Type Description
    System.String

    RequireFormat

    Declaration
    [JsonProperty("requireFormat")]
    public bool RequireFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    SerializerMode

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public SerializerMode SerializerMode { get; set; }
    Property Value
    Type Description
    SerializerMode

    SerializerSettings

    Declaration
    public object SerializerSettings { get; set; }
    Property Value
    Type Description
    System.Object

    Table

    Declaration
    [JsonProperty("table")]
    public string Table { get; set; }
    Property Value
    Type Description
    System.String

    TimeTillExpiration

    Declaration
    [JsonProperty("timeTillExpiration")]
    public int? TimeTillExpiration { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    UpdateURL

    Declaration
    [JsonProperty("updateUrl")]
    public string UpdateURL { get; set; }
    Property Value
    Type Description
    System.String

    URL

    Declaration
    [JsonProperty("url")]
    public string URL { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved