Show / Hide Table of Contents

Class ChangeObjectDataDto

Описывает данные синхронизации при изменении объекта.

Inheritance
object
ChangeObjectDataDto
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 ChangeObjectDataDto

Properties

Id

Возвращает или назначает идентификатор объекта.

Declaration
[JsonPropertyName("id")]
public int Id { get; set; }
Property Value
Type Description
int

RootId

Возвращает или назначает идентификатор корневого объекта.

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