Class BaseResponse
Базовый ответ
Inherited Members
Namespace: NotifyHub.NotificationService.Application.Common.Responses
Assembly: NotifyHub.NotificationService.Application.dll
Syntax
public class BaseResponse
Properties
| Edit this page View SourceEntityId
Id сущности
Declaration
public Guid? EntityId { get; set; }
Property Value
Type | Description |
---|---|
Guid? |
IsSuccessfully
Всё ли успешно выполнено
Declaration
public bool IsSuccessfully { get; set; }
Property Value
Type | Description |
---|---|
bool |
Message
Сообщение
Declaration
public string? Message { get; set; }
Property Value
Type | Description |
---|---|
string |