ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DataManager

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DataManager
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2
    Assembly: Syncfusion.EJ2.dll
    Syntax
    [HtmlTargetElement("e-data-manager")]
    public class DataManager : EJTagHelper

    Constructors

    DataManager()

    Declaration
    public DataManager()

    Properties

    Accept

    Declaration
    [HtmlAttributeName("accept")]
    public bool Accept { get; set; }
    Property Value
    Type Description
    System.Boolean

    Adaptor

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

    BatchUrl

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

    CachingPageSize

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

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    CrossDomain

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

    CrudUrl

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

    Data

    Declaration
    [HtmlAttributeName("data")]
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object

    DataType

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

    EnableCaching

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

    Headers

    Declaration
    [HtmlAttributeName("headers")]
    public object[] Headers { get; set; }
    Property Value
    Type Description
    System.Object[]

    InsertUrl

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

    Json

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

    Jsonp

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

    Key

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

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    Offline

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

    RemoveUrl

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

    RequestType

    Declaration
    [HtmlAttributeName("requestType")]
    public string RequestType { get; set; }
    Property Value
    Type Description
    System.String

    RequiresFormat

    Declaration
    [HtmlAttributeName("requiresFormat")]
    public bool RequiresFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    TimeTillExpiration

    Declaration
    [HtmlAttributeName("timeTillExpiration")]
    public int TimeTillExpiration { get; set; }
    Property Value
    Type Description
    System.Int32

    UpdateUrl

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

    Url

    Declaration
    [HtmlAttributeName("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved