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
Count
Gets the "Values count" summary type.
ISummaryType Count { get; }
Property Value
CountDistinct
Gets the "Distinct values count" summary type.
ISummaryType CountDistinct { get; }
Property Value
Max
Gets the "Maximum" summary type.
ISummaryType Max { get; }
Property Value
Min
Gets the "Minimum" summary type.
ISummaryType Min { get; }
Property Value
Sum
Gets the "Sum" summary type.
ISummaryType Sum { get; }