DeleteMethod(String)
|
Specifies the HTTP method for delete requests; “DELETE” by default.
|
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.
|
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.
|
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.
|
LoadParams(Object)
|
Specifies additional parameters to pass with the load request.
|
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.
|
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.
|