Class BaseEntity
Inherited Members
Namespace: NotifyHub.NotificationService.Domain.Common
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public abstract class BaseEntity
Properties
| Edit this page View SourceCreatedAt
Когда была создана сущность
Declaration
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
ID сущности
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
UpdatedAt
Когда была обновлена сущность
Declaration
public DateTime? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |