Table of Contents

Class SummaryTypes

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents the summary types.

public static class SummaryTypes
Inheritance
SummaryTypes
Inherited Members

Properties

Average

Gets the "Average" summary type.

public static ISummaryType Average { get; }

Property Value

ISummaryType

Count

Gets the "Values count" summary type.

public static ISummaryType Count { get; }

Property Value

ISummaryType

CountDistinct

Gets the "Distinct values count" summary type.

public static ISummaryType CountDistinct { get; }

Property Value

ISummaryType

Max

Gets the "Maximum" summary type.

public static ISummaryType Max { get; }

Property Value

ISummaryType

Min

Gets the "Minimum" summary type.

public static ISummaryType Min { get; }

Property Value

ISummaryType

Sum

Gets the "Sum" summary type.

public static ISummaryType Sum { get; }

Property Value

ISummaryType