Show / Hide Table of Contents

Class BaseResponse

Базовый ответ

Inheritance
object
BaseResponse
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.Responses
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class BaseResponse

Properties

| Edit this page View Source

EntityId

Id сущности

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

IsSuccessfully

Всё ли успешно выполнено

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

Message

Сообщение

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