Class DataManager
Inheritance
System.Object
DataManager
Inherited Members
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()
Assembly: Syncfusion.EJ2.dll
Syntax
[HtmlTargetElement("e-data-manager")]
public class DataManager : EJTagHelper
Constructors
DataManager()
Declaration
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
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 |
|
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
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 |
|
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 |
|