Table of Contents

Class GetFilteredColumnValuesResponse

Namespace
Ascon.Polynom.Web.Api.Data.Responses.AllPartSizes
Assembly
Ascon.Polynom.Web.Api.Data.dll

Batch-ответ с отфильтрованными значениями колонок для нескольких таблиц Конструктора компонентов.

public class GetFilteredColumnValuesResponse : PropertyOwnerContainer, IGetFilteredColumnValuesResponse, IPropertyOwnerContainer, IPropertyValueContainer, IPropertyDefinitionContainer, IMeasureEntityContainer
Inheritance
GetFilteredColumnValuesResponse
Implements
Inherited Members

Constructors

GetFilteredColumnValuesResponse()

public GetFilteredColumnValuesResponse()

Properties

Results

Массив результатов фильтрации по каждой запрошенной таблице.

public List<ITableFilterResult> Results { get; set; }

Property Value

List<ITableFilterResult>

TotalCombinations

Общее количество комбинаций, которые можно составить на комбобоксах с учётом активных фильтров по ВСЕМ таблицам.

public long TotalCombinations { get; set; }

Property Value

long