Show / Hide Table of Contents

Class ViewIndicatorOptionsDto

Дто настроек показателя.

Inheritance
InheritedDto<TopHeaderItemDto>
TopHeaderItemDto
HeaderBlockDto
IndicatorOptionsDto
ViewIndicatorOptionsDto
Inherited Members
IndicatorOptionsDto.Name
IndicatorOptionsDto.LocalizedName
IndicatorOptionsDto.IndicatorId
IndicatorOptionsDto.IsVisible
IndicatorOptionsDto.Dictionaries
IndicatorOptionsDto.Formulas
IndicatorOptionsDto.Aggregations
IndicatorOptionsDto.UseFullLeftHeaderHierarchy
IndicatorOptionsDto.RecalcAggregationsOnAutoFilter
IndicatorOptionsDto.TransformAggregationType
IndicatorOptionsDto.AggregationRows
IndicatorOptionsDto.HierarchyOptions
IndicatorOptionsDto.FactOptions
TopHeaderItemDto.ColumnOptions
Namespace: Trivium.EngineDto.Pivot.TopHeader.Indicators
Assembly: Trivium.EngineDto.dll
Syntax
public class ViewIndicatorOptionsDto : IndicatorOptionsDto

Properties

AggregationType AggregationType
Способ агрегации. TODO 24/07/2019 endaltsev для упрощения считаем, что сейчас доступен один способ агрегации по всем измерениям сразу TODO: в дальнейшем нужно сделать, чтобы для набора фильтров была своя фильтрация.
List<DictionaryFilterOptionsDto> DictionaryFilterOptions
Измерения по которым производится агрегация данных. Справочники участвующие в фильтрации будут исключены из перечня доступных измерений.
int SourceIndicatorId
Источник показателя представления.
Back to top Generated by DocFX