Table of Contents

Interface IScopeClassificationNodeChildrenRequest

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

Представляет запрос содержимого узла в дереве классификации, отфильтрованного по областям.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ScopeClassificationNodeChildrenRequest))]
public interface IScopeClassificationNodeChildrenRequest : IScopeClassificationTreeRequest, IClassificationTreeRequest, IPaginatedRequest, IWebApiRequest
Inherited Members

Properties

EndIndex

Индекс конечного элемента выборки (включая этот элемент).

int EndIndex { get; set; }

Property Value

int

ParentNodeObject

Объект классификации узла.

IIdentifiableObject ParentNodeObject { get; set; }

Property Value

IIdentifiableObject

StartIndex

Индекс начального элемента выборки (нумерация с 1).

int StartIndex { get; set; }

Property Value

int