Table of Contents

Interface IConceptClassificationTreeRequest

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

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

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

Properties

FilterOptions

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

TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

string FilterString { get; set; }

Property Value

string

Options

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

ConceptClassificationTreeOptions Options { get; set; }

Property Value

ConceptClassificationTreeOptions