Table of Contents

Interface ISummaryTypes

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

Represents the summary types.

public interface ISummaryTypes

Properties

Average

Gets the "Average" summary type.

ISummaryType Average { get; }

Property Value

ISummaryType

Count

Gets the "Values count" summary type.

ISummaryType Count { get; }

Property Value

ISummaryType

CountDistinct

Gets the "Distinct values count" summary type.

ISummaryType CountDistinct { get; }

Property Value

ISummaryType

Max

Gets the "Maximum" summary type.

ISummaryType Max { get; }

Property Value

ISummaryType

Min

Gets the "Minimum" summary type.

ISummaryType Min { get; }

Property Value

ISummaryType

Sum

Gets the "Sum" summary type.

ISummaryType Sum { get; }

Property Value

ISummaryType