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 |
|
EnablePersistence
enablePersistence
defines persistence property for data manager.
Helps to determine whether the queries need to be persisted on page refresh or not.
The following code example implements the persistence for data manager.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object[] Headers { get; set; }
Property Value
Type |
Description |
System.Object[] |
|
Id
id
defines the unique id for data manager.
Helps to store and retrieve queries of different data manager instances with unique id.
The following code example implements the unique id for data manager.
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
IgnoreOnPersist
ignoreOnPersist
defines the queries which needs to be ignored while persisting query in data manager.
provide the values like 'onSortBy', 'onPage' as list string object to ignore those queries on persist.
The following code example implements the queries need to be ignored on persist.
Declaration
public object IgnoreOnPersist { 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 |
|