RemoteControllerDataSourceOptionsBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Remote |
For internal use only. Initializes a new Remote |
#Methods
Name | Description |
---|---|
Cache |
Specifies whether raw data should be saved in the cache. Applies only if Load |
Delete |
Specifies the HTTP method for delete requests; “DELETE” by default.
Inherited from Data |
Delete |
Specifies the URL used to delete data. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Error |
A function that is executed when an error occurs. |
Error |
A function that is executed when an error occurs. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Insert |
Specifies the HTTP method for insert requests; “POST” by default.
Inherited from Data |
Insert |
Specifies the URL used to insert data. |
Key |
Specifies the key property or properties.
Inherited from Data |
Load |
Specifies the HTTP method for load requests; “GET” by default. Requires Dev |
Load |
Specifies how data returned by Load |
Load |
Specifies additional parameters to pass with the load request.
Inherited from Data |
Load |
Specifies the URL used to load data. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Specifies a function used to customize a web request before it is sent.
Inherited from Data |
On |
Specifies a function used to customize a web request before it is sent.
Inherited from Data |
On |
Mirrors the client-side on |
On |
A function that is executed after a data item is added. |
On |
Mirrors the client-side on |
On |
A function that is executed before a data item is added. |
On |
Mirrors the client-side on |
On |
A function that is executed after data is loaded. |
On |
Mirrors the client-side on |
On |
A function that is executed before data is loaded. |
On |
Mirrors the client-side on |
On |
A function that is executed after a data item is added, updated, or removed. |
On |
Mirrors the client-side on |
On |
A function that is executed before a data item is added, updated, or removed. |
On |
Mirrors the client-side on |
On |
A function that is executed before changes are pushed. |
On |
Mirrors the client-side on |
On |
A function that is executed after a data item is removed. |
On |
Mirrors the client-side on |
On |
A function that is executed before a data item is removed. |
On |
Mirrors the client-side on |
On |
A function that is executed after a data item is updated. |
On |
Mirrors the client-side on |
On |
A function that is executed before a data item is updated. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Specifies the HTTP method for update requests; “PUT” by default.
Inherited from Data |
Update |
Specifies the URL used to update data. |
See Also