Show / Hide Table of Contents

Class ServerMessageDto

Описывает параметры для передачи сообщения об изменении данных.

Inheritance
object
ServerMessageDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public class ServerMessageDto

Constructors

ServerMessageDto(int?, ServerMessageType, object?)

Создаёт экземпляр класса ServerMessageDto.

Declaration
public ServerMessageDto(int? checkoutId, ServerMessageType type, object? data)
Parameters
Type Name Description
int? checkoutId

Идентификатор рабочего проекта.

ServerMessageType type

Тип сообщения.

object data

Данные.

Properties

CheckoutId

Идентификатор рабочего проекта.

Declaration
[JsonPropertyName("checkoutId")]
public int? CheckoutId { get; set; }
Property Value
Type Description
int?

Data

Данные, которые необходимо передать веб-клиенту. Передаваемый тип зависит от типа операции.

Declaration
[JsonPropertyName("data")]
public object? Data { get; set; }
Property Value
Type Description
object

Type

Тип сообщения.

Declaration
[JsonPropertyName("type")]
public ServerMessageType Type { get; set; }
Property Value
Type Description
ServerMessageType
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»