Class DataManager
Inheritance
System.Object
DataManager
Assembly: Syncfusion.EJ2.dll
Syntax
public class DataManager : EJTagHelper
Constructors
DataManager()
Declaration
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
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 |
|
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
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 |
|
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 |
|