Class AnalyticsGoalFilter
Represents a filter to search for analytics goals.
Inherited Members
Namespace: DataWeb.Analytics
Assembly: DataWeb.Core.dll
Syntax
public class AnalyticsGoalFilter
Properties
Category
Gets or sets the category of the goal.
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
string |
Count
Gets or sets the number of goals to retrieve.
Declaration
public int Count { get; set; }
Property Value
Type | Description |
---|---|
int |
DateEnd
Gets or sets the end date to search for goals.
Declaration
public DateTimeOffset? DateEnd { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
DateStart
Gets or sets the start date to search for goals.
Declaration
public DateTimeOffset? DateStart { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Id
Gets or sets the unique identifier.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name of the goal.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReferenceId
Gets or sets the reference Id of the goal.
Declaration
public string ReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |