Table of Contents

Class EntityMetadata

Namespace
Lers.Models
Assembly
Lers.Models.dll

Метаданные о редактировании объекта.

public class EntityMetadata
Inheritance
EntityMetadata
Inherited Members
Extension Methods

Properties

CreatedDate

Дата создания объекта (UTC).

public DateTime? CreatedDate { get; set; }

Property Value

DateTime?

CreatorAccountId

Id учётной записи, создавшей объект.

public int? CreatorAccountId { get; set; }

Property Value

int?

CreatorName

Имя учётной записи, создавшей объект.

public string? CreatorName { get; set; }

Property Value

string

EditedDate

Дата изменения объекта (UTC).

public DateTime? EditedDate { get; set; }

Property Value

DateTime?

EditorAccountId

Id учётной записи, изменившей объект.

public int? EditorAccountId { get; set; }

Property Value

int?

EditorName

Имя учётной записи, изменившей объект.

public string? EditorName { get; set; }

Property Value

string

EntityId

Идентификатор сущности.

public int EntityId { get; set; }

Property Value

int

EntityType

Тип сущности.

public EntityType EntityType { get; set; }

Property Value

EntityType