DataWeb
Search Results for

    Show / Hide Table of Contents

    Class AnalyticsGoal

    Represents an analytics goal.

    Inheritance
    object
    AnalyticsGoal
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Analytics
    Assembly: DataWeb.Core.dll
    Syntax
    public class AnalyticsGoal

    Properties

    Category

    Gets or sets the category of the goal.

    Declaration
    public string Category { get; set; }
    Property Value
    Type Description
    string

    GoalDate

    Gets or sets the date of the goal.

    Declaration
    public DateTimeOffset GoalDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    GoalUrl

    Gets or sets the URL of the goal.

    Declaration
    public string GoalUrl { get; set; }
    Property Value
    Type Description
    string

    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

    Value

    Gets or sets the value of the goal.

    Declaration
    public decimal Value { get; set; }
    Property Value
    Type Description
    decimal
    In this article
    Back to top Generated by DocFX