DataLibraryApiBuilder<TSelf> Methods
| Name | Description |
|---|---|
| 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. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| 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. Inherited from 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. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateMethod(String) | Specifies the HTTP method for update requests; “PUT” by default. |
See Also