Table of Contents

Class AccountLog

Namespace
Lers.Models
Assembly
Lers.Models.dll

Запись журнала действий пользователя.

public class AccountLog
Inheritance
AccountLog
Derived
Inherited Members
Extension Methods

Properties

AccountId

Идентификатор учетной записи, выполнившей действие.

public int AccountId { get; set; }

Property Value

int

Application

Приложение, через которое выполнялось действие.

public string Application { get; set; }

Property Value

string

Date

Дата и время записи.

public DateTime Date { get; set; }

Property Value

DateTime

DisplayName

Отображение учётной записи, выполнившей действие.

public string DisplayName { get; set; }

Property Value

string

Importance

Важность действия.

public Importance Importance { get; set; }

Property Value

Importance

Login

Логин учётной записи, выполнившей действие.

public string Login { get; set; }

Property Value

string

Message

Текст сообщения.

public string Message { get; set; }

Property Value

string