Class RVRESTDataSourceItem
REST API data source item
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVRESTDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVRESTDataSourceItem(RVRESTDataSource)
Declaration
public RVRESTDataSourceItem(RVRESTDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVRESTDataSource | dataSource |
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, must match the URL specified in the RVRESTDataSource data source object.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | URL to the REST endpoint |