Table of Contents

Class EventLogTreeRequest

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

Представляет запрос дерева журнала событий.

public class EventLogTreeRequest : WebApiRequest, IEventLogTreeRequest, IWebApiRequest
Inheritance
EventLogTreeRequest
Implements
Derived
Inherited Members

Constructors

EventLogTreeRequest()

public EventLogTreeRequest()

Properties

FilterOptions

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

public TreeFilterOptions FilterOptions { get; set; }

Property Value

TreeFilterOptions

FilterString

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

public string? FilterString { get; set; }

Property Value

string

From

Возвращает и устанавливает дату начала.

public ulong? From { get; set; }

Property Value

ulong?

Refresh

Признак загрузки дерева с начала.

public bool Refresh { get; set; }

Property Value

bool

To

Возвращает и устанавливает дату окончания.

public ulong? To { get; set; }

Property Value

ulong?