Table of Contents

Interface IScopeClassificationTreeRequest

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

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

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

Properties

Scopes

Идентификаторы областей.

List<IScopeData> Scopes { get; set; }

Property Value

List<IScopeData>

UseLinkInstance

Признак настройки фильтра по наличию экземпляра связи.

bool UseLinkInstance { get; set; }

Property Value

bool