Table of Contents

Interface IClassificationNodeChildrenRequest

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

Представляет запрос узла дерева классификации.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ClassificationNodeChildrenRequest))]
public interface IClassificationNodeChildrenRequest : 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