Class DataManager
Represents the DataManager UI element.
Inheritance
System.Object
DataManager
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DataManager : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
DataManager()
Declaration
Properties
Accept
Declaration
public string Accept { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
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 |
|
DataType
Declaration
public string DataType { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableAjaxCache
Declaration
public bool EnableAjaxCache { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableAntiForgery
Declaration
public bool EnableAntiForgery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableCaching
Declaration
public bool EnableCaching { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<KeyValue> Header { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<KeyValue> |
|
Declaration
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
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 |
|
Model
Declaration
public DataSource Model { get; set; }
Property Value
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 |
|
Declaration
public bool RequireFormat { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SerializerMode
Declaration
public SerializerMode SerializerMode { get; set; }
Property Value
SerializerSettings
Declaration
public object SerializerSettings { get; set; }
Property Value
Type |
Description |
System.Object |
|
Table
Declaration
public string Table { get; set; }
Property Value
Type |
Description |
System.String |
|
TimeTillExpiration
Declaration
public int? TimeTillExpiration { get; set; }
Property Value
Type |
Description |
System.Nullable<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 |
|
Methods
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService