Interface ISummaryResult
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Provides the functionality to retrieve summaries.
public interface ISummaryResult
Methods
TryGetValue(SummaryRequest, out object)
Tries to get the summary value for the specified summary request.
bool TryGetValue(SummaryRequest summaryRequest, out object value)
Parameters
summaryRequestSummaryRequestSummary request.
valueobjectValue.
Returns
- bool
A value indicating whether the summary value was found.
TryGetValue(string, SummaryType, out object)
Tries to get the summary value for the specified property name and summary type.
bool TryGetValue(string propertyName, SummaryType summaryType, out object value)
Parameters
propertyNamestringProperty name.
summaryTypeSummaryTypeSummary type.
valueobjectValue.
Returns
- bool
A value indicating whether the summary value was found.