Class RVGoogleSearchConsoleDataSourceItem
Google Search Console data source item
Inheritance
System.Object
RVGoogleSearchConsoleDataSourceItem
Namespace: Reveal.Sdk.Data.Google.SearchConsole
Assembly: Infragistics.Reveal.Connectors.SearchConsole.dll
Syntax
public class RVGoogleSearchConsoleDataSourceItem : RVDataSourceItem
Constructors
RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource)
Declaration
public RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVGoogleSearchConsoleDataSource | dataSource |
RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource, BaseDataSourceItem)
Declaration
public RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Type | Name | Description |
---|---|---|
RVGoogleSearchConsoleDataSource | dataSource | |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem | modelDataSourceItem |
Properties
SiteUrl
The URL of the property as defined in Search Console
Declaration
public string SiteUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |