CacheRawData(Boolean)
|
Specifies whether raw data should be saved in the cache. Applies only if LoadMode(DataSourceLoadMode) is <xref=:DevExtreme.AspNet.Mvc.DataSourceLoadMode.Raw>.
|
DeleteMethod(String)
|
Specifies the HTTP method for delete requests; “DELETE” by default.
|
DeleteUrl(String)
|
Specifies the URL used to delete data.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
ErrorHandler(RazorBlock)
|
A function that is executed when an error occurs.
|
ErrorHandler(String)
|
A function that is executed when an error occurs.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
InsertMethod(String)
|
Specifies the HTTP method for insert requests; “POST” by default.
|
InsertUrl(String)
|
Specifies the URL used to insert data.
|
Key(String[])
|
Specifies the key property or properties.
|
LoadMethod(String)
|
Specifies the HTTP method for load requests; “GET” by default. Requires DevExtreme.AspNet.Data >= 1.4.
|
LoadMode(DataSourceLoadMode)
|
Specifies how data returned by LoadUrl(String) is treated.
|
LoadParams(Object)
|
Specifies additional parameters to pass with the load request.
|
LoadUrl(String)
|
Specifies the URL used to load data.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
OnBeforeSend(RazorBlock)
|
Specifies a function used to customize a web request before it is sent.
|
OnBeforeSend(String)
|
Specifies a function used to customize a web request before it is sent.
|
OnInserted(RazorBlock)
|
Mirrors the client-side onInserted option.
|
OnInserted(String)
|
A function that is executed after a data item is added.
|
OnInserting(RazorBlock)
|
Mirrors the client-side onInserting option.
|
OnInserting(String)
|
A function that is executed before a data item is added.
|
OnLoaded(RazorBlock)
|
Mirrors the client-side onLoaded option.
|
OnLoaded(String)
|
A function that is executed after data is loaded.
|
OnLoading(RazorBlock)
|
Mirrors the client-side onLoading option.
|
OnLoading(String)
|
A function that is executed before data is loaded.
|
OnModified(RazorBlock)
|
Mirrors the client-side onModified option.
|
OnModified(String)
|
A function that is executed after a data item is added, updated, or removed.
|
OnModifying(RazorBlock)
|
Mirrors the client-side onModifying option.
|
OnModifying(String)
|
A function that is executed before a data item is added, updated, or removed.
|
OnPush(RazorBlock)
|
Mirrors the client-side onPush option.
|
OnPush(String)
|
A function that is executed before changes are pushed.
|
OnRemoved(RazorBlock)
|
Mirrors the client-side onRemoved option.
|
OnRemoved(String)
|
A function that is executed after a data item is removed.
|
OnRemoving(RazorBlock)
|
Mirrors the client-side onRemoving option.
|
OnRemoving(String)
|
A function that is executed before a data item is removed.
|
OnUpdated(RazorBlock)
|
Mirrors the client-side onUpdated option.
|
OnUpdated(String)
|
A function that is executed after a data item is updated.
|
OnUpdating(RazorBlock)
|
Mirrors the client-side onUpdating option.
|
OnUpdating(String)
|
A function that is executed before a data item is updated.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current object.
|
UpdateMethod(String)
|
Specifies the HTTP method for update requests; “PUT” by default.
|
UpdateUrl(String)
|
Specifies the URL used to update data.
|