Show / Hide Table of Contents

Class BaseEntity

Inheritance
object
BaseEntity
NotificationLog
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Domain.Common
Assembly: NotifyHub.NotificationService.Domain.dll
Syntax
public abstract class BaseEntity

Properties

| Edit this page View Source

CreatedAt

Когда была создана сущность

Declaration
public DateTime CreatedAt { get; set; }
Property Value
Type Description
DateTime
| Edit this page View Source

Id

ID сущности

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid
| Edit this page View Source

UpdatedAt

Когда была обновлена сущность

Declaration
public DateTime? UpdatedAt { get; set; }
Property Value
Type Description
DateTime?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX