Table of Contents

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

summaryRequest SummaryRequest

Summary request.

value object

Value.

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

propertyName string

Property name.

summaryType SummaryType

Summary type.

value object

Value.

Returns

bool

A value indicating whether the summary value was found.