Table of Contents

Class PropDefClassificationTreeRequest

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

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

public class PropDefClassificationTreeRequest : WebApiRequest, IPropDefClassificationTreeRequest, IPaginatedRequest, IWebApiRequest
Inheritance
PropDefClassificationTreeRequest
Implements
Derived
Inherited Members

Constructors

PropDefClassificationTreeRequest()

public PropDefClassificationTreeRequest()

Properties

FilterOptions

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

public TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

public string FilterString { get; set; }

Property Value

string

Options

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

public PropDefClassificationTreeOptions Options { get; set; }

Property Value

PropDefClassificationTreeOptions

PageNumber

Номер страницы

public int PageNumber { get; set; }

Property Value

int

PageSize

Количество объектов на странице

public int PageSize { get; set; }

Property Value

int