Class AjaxSettings
Inheritance
System.Object
AjaxSettings
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.EJ.dll
Syntax
public class AjaxSettings : EJTagHelper
Constructors
AjaxSettings()
Declaration
Properties
CreateFolder
Specifies the Ajax createFolder action.
Declaration
[JsonProperty("createFolder")]
public jQueryAjaxOptions CreateFolder { get; set; }
Property Value
Destroy
Specifies the Ajax destroy action.
Declaration
[JsonProperty("destroy")]
public jQueryAjaxOptions Destroy { get; set; }
Property Value
Download
Specifies the Ajax download action.
Declaration
[JsonProperty("download")]
public jQueryAjaxOptions Download { get; set; }
Property Value
GetDetails
specifies the Ajax getdetails method.
Declaration
[JsonProperty("getDetails")]
public jQueryAjaxOptions GetDetails { get; set; }
Property Value
GetImage
Speccifies the getimage function in Ajax.
Declaration
[JsonProperty("getImage")]
public jQueryAjaxOptions GetImage { get; set; }
Property Value
Paste
Specifies the Ajax paste action.
Declaration
[JsonProperty("paste")]
public jQueryAjaxOptions Paste { get; set; }
Property Value
Read
Gets or sets the Ajax read option value.
Declaration
[JsonProperty("read")]
public jQueryAjaxOptions Read { get; set; }
Property Value
Rename
Specifies the Ajax renmae action.
Declaration
[JsonProperty("rename")]
public jQueryAjaxOptions Rename { get; set; }
Property Value
Search
Specifies the search option in Ajax.
Declaration
[JsonProperty("search")]
public jQueryAjaxOptions Search { get; set; }
Property Value
Upload
Specifies the Ajax upload action
Declaration
[JsonProperty("upload")]
public jQueryAjaxOptions Upload { get; set; }
Property Value
Methods
ShouldSerializeCreateFolder()
Declaration
public bool ShouldSerializeCreateFolder()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDestroy()
Declaration
public bool ShouldSerializeDestroy()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeDownload()
Declaration
public bool ShouldSerializeDownload()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeGetDetails()
Declaration
public bool ShouldSerializeGetDetails()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeGetImage()
Declaration
public bool ShouldSerializeGetImage()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializePaste()
Declaration
public bool ShouldSerializePaste()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeRead()
Declaration
public bool ShouldSerializeRead()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeRename()
Declaration
public bool ShouldSerializeRename()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeSearch()
Declaration
public bool ShouldSerializeSearch()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeUpload()
Declaration
public bool ShouldSerializeUpload()
Returns
Type |
Description |
System.Boolean |
|