Search Results for

    Show / Hide Table of Contents

    Enum DefaultAggregateFunction

    Enumeration describing all available types for aggregating elements in a column/cell

    Namespace: TimeCockpit.Data.DataModel
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum DefaultAggregateFunction

    Fields

    Name Description
    Average

    Average value of all elements.

    Maximum

    the maximal element

    Minimum

    The minimal element

    None

    Do not aggregate at all.

    Sum

    Sum of the all elements

    In This Article
    Back to top Copyright © 2020 software architects gmbh