Class RVMarketoDataSourceItem
Marketo data source item, see RVMarketoDataSource for more information.
Implements
Inherited Members
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVMarketoDataSourceItem : RVDataSourceItem, IRVResourceItem
Constructors
RVMarketoDataSourceItem(RVMarketoDataSource)
Declaration
public RVMarketoDataSourceItem(RVMarketoDataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
RVMarketoDataSource | dataSource |
Properties
EndDate
End date to use when requesting data.
Declaration
public Nullable<DateTime> EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Entity
Entity to retrieve data from
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartDate
Start date to use when requesting data.
Declaration
public Nullable<DateTime> StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Url
URL to the Marketo endpoint, must match the URL specified in the RVMarketoDataSource data source object.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | URL to the Marketo endpoint |