Show / Hide Table of Contents

Class IndicatorDictionaryDto

Базовый класс для Дто справочников показателя.

Inheritance
InheritedDto<IndicatorDictionaryDto>
IndicatorDictionaryDto
DataIndicatorDictionaryDto
DataIndicatorFactDictionaryDto
ExpandedIndicatorDictionaryDto
TransformedIndicatorDictionaryDto
Namespace: Trivium.IndicatorsDto
Assembly: Trivium.IndicatorsDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[]{"discriminator"})]
public abstract class IndicatorDictionaryDto : InheritedDto<IndicatorDictionaryDto>

Properties

int DictionaryId
Идентификатор справочника.
Nullable<int> ElementsLimitForHuge
Ограничение на количество элементов после фильтрации, если справочник большой.
bool IsHuge
Признак большого справочника.
Будут использоваться ограничения на лимит при запросе элементов справочника, если применимы.
Back to top Generated by DocFX