Table of Contents

Interface IFavoritesTreeRequest

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

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

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FavoritesTreeRequest))]
public interface IFavoritesTreeRequest : IWebApiRequest

Properties

FilterOptions

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

TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

string? FilterString { get; set; }

Property Value

string

Options

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

FavoritesTreeOptions Options { get; set; }

Property Value

FavoritesTreeOptions