DataWeb
Search Results for

    Show / Hide Table of Contents

    Class WidgetTrends.TotalData

    Represents the total data for a widget.

    Inheritance
    object
    WidgetTrends.TotalData
    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.TotalData

    Properties

    Items

    Gets or sets the list of WidgetTrends.TotalData.TotalItem.

    Declaration
    public List<WidgetTrends.TotalData.TotalItem> Items { get; set; }
    Property Value
    Type Description
    List<WidgetTrends.TotalData.TotalItem>
    In this article
    Back to top Generated by DocFX