Table of Contents

Class FavoritesTreeRequest

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

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

public class FavoritesTreeRequest : WebApiRequest, IFavoritesTreeRequest, IWebApiRequest
Inheritance
FavoritesTreeRequest
Implements
Derived
Inherited Members

Constructors

FavoritesTreeRequest()

public FavoritesTreeRequest()

Properties

FilterOptions

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

public TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

public string? FilterString { get; set; }

Property Value

string

Options

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

public FavoritesTreeOptions Options { get; set; }

Property Value

FavoritesTreeOptions