Show / Hide Table of Contents

Class TechMarkerDto

Описывает маркер в модели технологии.

Inheritance
object
TechMarkerDto
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.DataModels
Assembly: Ascon.Vertical.Core.dll
Syntax
public class TechMarkerDto

Properties

MarkerTypeId

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

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

Value

Возвращает или назначает значение маркера.

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