DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.WidgetPeriodData

    Represents the period data for a widget.

    Inheritance
    object
    WidgetTrends.WidgetPeriodData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Dashboard.Widgets
    Assembly: DataWeb.Core.dll
    Syntax
    public class WidgetTrends.WidgetPeriodData

    Properties

    AggregationMode

    Gets or sets the AggregationMode for the period data (e.g., Hour, Day, Month, Year).

    Declaration
    public WidgetTrends.AggregationMode AggregationMode { get; set; }
    Property Value
    Type Description
    WidgetTrends.AggregationMode

    DateEnd

    Gets or sets the end date of the period data.

    Declaration
    public DateTime DateEnd { get; set; }
    Property Value
    Type Description
    DateTime

    DateStart

    Gets or sets the start date of the period data.

    Declaration
    public DateTime DateStart { get; set; }
    Property Value
    Type Description
    DateTime

    Description

    Gets or sets the description of the period data.

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

    Mode

    Gets or sets the mode of the period data (e.g., Today, CurrentWeek, etc.).

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