Show / Hide Table of Contents

Class GetHistoryByIdResponse

Запись об отправке

Inheritance
object
GetHistoryByIdResponse
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Application.Common.Requests.History
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class GetHistoryByIdResponse

Properties

| Edit this page View Source

ErrorMessage

Сообщение об ошибке (при наличии)

Declaration
public string? ErrorMessage { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Id

Id записи

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

SentAt

Во сколько было отправлено

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

Status

Статус операции

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