Table of Contents

Interface ISecurityTreeRequest

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

Представляет первичный запрос дерева оргструктуры.

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

Properties

FilterOptions

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

TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

string FilterString { get; set; }

Property Value

string