Table of Contents

Interface IMeasureTreeRequest

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

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

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

Properties

FilterOptions

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

TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

string FilterString { get; set; }

Property Value

string