Class RVMarketoDataSource
Marketo data source, configures the URL to get data from.
Inheritance
System.Object
RVMarketoDataSource
Namespace: Reveal.Sdk.Data.Marketo
Assembly: Infragistics.Reveal.Connectors.Marketo.dll
Syntax
public class RVMarketoDataSource : RVDashboardDataSource
Constructors
RVMarketoDataSource()
Declaration
public RVMarketoDataSource()
RVMarketoDataSource(BaseDataSource)
Declaration
public RVMarketoDataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Url
URL to the login endpoint
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |