Class RVRESTDataSourceItem
REST API data source item
Inheritance
System.Object
RVRESTDataSourceItem
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVRESTDataSourceItem : RVDataSourceItem, IDataSourceItem, IRVResourceItem
Constructors
RVRESTDataSourceItem(RVRESTDataSource)
Declaration
public RVRESTDataSourceItem(RVRESTDataSource dataSource)
Parameters
RVRESTDataSourceItem(RVDashboardDataSource, BaseDataSourceItem)
Declaration
public RVRESTDataSourceItem(RVDashboardDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Type |
Name |
Description |
RVDashboardDataSource |
dataSource |
|
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
modelDataSourceItem |
|
Properties
Parameters
Values for the parameters specified in the data source Url property.
Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Url
URL to the REST endpoint.
The value will be set as the URL of the item's associated RVRESTDataSource data source object.
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
URL to the REST endpoint
|
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
|
Overrides
Implements