Table of Contents

Interface IPropDefClassificationTreeRequest

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

Представляет запрос дерева свойств.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(PropDefClassificationTreeRequest))]
public interface IPropDefClassificationTreeRequest : IPaginatedRequest, IWebApiRequest
Inherited Members

Properties

FilterOptions

Возвращает и устанавливает параметры фильтрации.

TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

Возвращает и устанавливает строку фильтрации.

string FilterString { get; set; }

Property Value

string

Options

Возвращает и устанавливает параметры отображения дерева свойств.

PropDefClassificationTreeOptions Options { get; set; }

Property Value

PropDefClassificationTreeOptions