Show / Hide Table of Contents

Class PivotSortingDto

Настройки сортировки в пивоте.

Inheritance
InheritedDto<PivotSortingDto>
PivotSortingDto
PivotColumnSortingDto
Namespace: Trivium.EngineDto.Pivot.Sorting
Assembly: Trivium.EngineDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceNullDiscriminatorConverter<PivotSortingDto, PivotColumnSortingDto>), new object[]{"discriminator"})]
public abstract class PivotSortingDto : InheritedDto<PivotSortingDto>

Properties

NullsSortingMode NullsSortingMode
Режим размещения нулов (размещать вначале/размещать в конце).
SortDirection SortDirection
Направление сортировки (по возрастанию/по убыванию).
Back to top Generated by DocFX