Table of Contents

Class ConceptPropertySourceTreeRequest

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

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

public class ConceptPropertySourceTreeRequest : WebApiRequest, IConceptPropertySourceTreeRequest, IPaginatedRequest, IWebApiRequest
Inheritance
ConceptPropertySourceTreeRequest
Implements
Derived
Inherited Members

Constructors

ConceptPropertySourceTreeRequest()

public ConceptPropertySourceTreeRequest()

Properties

FilterOptions

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

public TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

public string FilterString { get; set; }

Property Value

string

Options

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

public ConceptPropertySourcesTreeOptions Options { get; set; }

Property Value

ConceptPropertySourcesTreeOptions

PageNumber

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

public int PageNumber { get; set; }

Property Value

int

PageSize

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

public int PageSize { get; set; }

Property Value

int