ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataManager - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataManager

    Inheritance
    System.Object
    EJTagHelper
    DataManager
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DataManager : EJTagHelper

    Constructors

    DataManager()

    Declaration
    public DataManager()

    Properties

    Accept

    Declaration
    public bool Accept { get; set; }
    Property Value
    Type Description
    System.Boolean

    Adaptor

    Declaration
    public string Adaptor { get; set; }
    Property Value
    Type Description
    System.String

    BatchUrl

    Declaration
    public string BatchUrl { get; set; }
    Property Value
    Type Description
    System.String

    CachingPageSize

    Declaration
    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
    public bool CrossDomain { get; set; }
    Property Value
    Type Description
    System.Boolean

    CrudUrl

    Declaration
    public string CrudUrl { get; set; }
    Property Value
    Type Description
    System.String

    Data

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

    DataType

    Declaration
    public string DataType { get; set; }
    Property Value
    Type Description
    System.String

    EnableCaching

    Declaration
    public bool EnableCaching { get; set; }
    Property Value
    Type Description
    System.Boolean

    Headers

    Declaration
    public object[] Headers { get; set; }
    Property Value
    Type Description
    System.Object[]

    InsertUrl

    Declaration
    public string InsertUrl { get; set; }
    Property Value
    Type Description
    System.String

    Json

    Declaration
    public object[] Json { get; set; }
    Property Value
    Type Description
    System.Object[]

    Jsonp

    Declaration
    public string Jsonp { get; set; }
    Property Value
    Type Description
    System.String

    Key

    Declaration
    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
    public bool Offline { get; set; }
    Property Value
    Type Description
    System.Boolean

    RemoveUrl

    Declaration
    public string RemoveUrl { get; set; }
    Property Value
    Type Description
    System.String

    RequestType

    Declaration
    public string RequestType { get; set; }
    Property Value
    Type Description
    System.String

    RequiresFormat

    Declaration
    public bool RequiresFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    TimeTillExpiration

    Declaration
    public int TimeTillExpiration { get; set; }
    Property Value
    Type Description
    System.Int32

    UpdateUrl

    Declaration
    public string UpdateUrl { get; set; }
    Property Value
    Type Description
    System.String

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved