Table of Contents

Class AccountLogSummary

Namespace
Lers.Models
Assembly
Lers.Models.dll

Суммарная информация из журнала пользователя.

public class AccountLogSummary
Inheritance
AccountLogSummary
Inherited Members
Extension Methods

Properties

AccountDisplayName

Отображаемое имя пользователя.

public string? AccountDisplayName { get; set; }

Property Value

string

AccountId

Идентификатор учётной записи.

public int AccountId { get; set; }

Property Value

int

AccountLogin

Имя входа пользователя.

public string? AccountLogin { get; set; }

Property Value

string

Application

Приложение.

public string? Application { get; set; }

Property Value

string

Operations

Количество операций за интервал.

public long Operations { get; set; }

Property Value

long