Table of Contents

Interface IGetFilterItemsResponse

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Responses.Tree
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет ответ получения элементов фильтра.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(GetFilterItemsResponse))]
public interface IGetFilterItemsResponse : IWebApiResponse

Properties

Elements

Элементы фильтра элементов справочника.

List<IClassificationTreeFilterItem> Elements { get; set; }

Property Value

List<IClassificationTreeFilterItem>

Groups

Элементы фильтра групп.

List<IClassificationTreeFilterItem> Groups { get; set; }

Property Value

List<IClassificationTreeFilterItem>