The following tables list the members exposed by RVRESTDataSource.
Name | Description | |
---|---|---|
RVRESTDataSource Constructor |
Name | Description | |
---|---|---|
Body | Body to send, expected to be used only with POST and PUT methods. | |
ContentType | Content type of the body, only used when Body is not empty | |
Headers | List of headers to send in the request, each string in this list is expected to a string in the format name=value. | |
Id | The ID of the data source. (Inherited from Infragistics.Sdk.RVDashboardDataSource) | |
Method | HTTP method to use, it defaults to GET | |
Title | The title of the data source as displayed to users. (Inherited from Infragistics.Sdk.RVDashboardDataSource) | |
Url | URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme. Parameters might be specified using the notation {parameterName}, for example: http://server/customers/{CustomerID} defines a "CustomerID" parameter that must be included in the RVRESTDataSourceItem.Parameters property of RVRESTDataSourceItem. | |
UseAnonymousAuthentication | Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application. |